From daa86a77d36d74f474913fd3b560a40f1424bd77 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 9 Mar 2023 10:55:02 +0100 Subject: [PATCH] Check benchmarks in CI --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffeed66e1c..89754956a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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