diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a01fc244..4ceb378e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: env: RUSTFLAGS: "-Zinstrument-coverage" LLVM_PROFILE_FILE: "clarinet-%p-%m.profraw" - run: cargo build && cargo test + run: cargo build --locked && cargo test - name: Generate coverage run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info