Skip to content

Commit

Permalink
Check benchmarks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 10, 2023
1 parent b1e0963 commit daa86a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
toolchain: ${{ matrix.rust_version }}
- uses: Swatinem/rust-cache@v2
- run: cargo check --benches
- run: cargo check --manifest-path fuzz/Cargo.toml --all-targets
# run --lib and --doc to avoid the long running integration tests which are run elsewhere
- run: cargo test --lib --all-features --color=always -- --color=always
Expand Down

0 comments on commit daa86a7

Please sign in to comment.