Skip to content

Commit

Permalink
fix: cargo build --locked in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Oct 18, 2021
1 parent 225aac2 commit 5f5f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f5f428

Please sign in to comment.