Skip to content

Commit

Permalink
do it all
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Mar 1, 2024
1 parent 21c984f commit 513401b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall -y sccache@${{ env.SCCACHE_VERSION }}
- run: cargo build --all --release
- run: cargo build --all --examples --release

test:
runs-on: ubuntu-latest
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall -y sccache@${{ env.SCCACHE_VERSION }}
- run: cargo test --all-features
- run: cargo test --all --examples --all-features

audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 513401b

Please sign in to comment.