Skip to content

Commit

Permalink
fix: rust-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART authored Feb 5, 2024
1 parent e6a418c commit 81884e9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# ...
- uses: moonrepo/setup-rust@v1
- run: cargo test

0 comments on commit 81884e9

Please sign in to comment.