Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiSch authored Feb 1, 2024
1 parent b1c4d9d commit 8313155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: ./
- uses: Swatinem/rust-cache@v2
- run: |
cargo check
cargo test
cargo build --release
working-directory: tests

0 comments on commit 8313155

Please sign in to comment.