Skip to content

Commit

Permalink
fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed May 17, 2024
1 parent 029c928 commit a61dcb2
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 @@ -123,6 +123,7 @@ jobs:
RUSTDOCFLAGS: '-Cpanic=abort -Zpanic_abort_tests'
CARGO_INCREMENTAL: 0
run: |
rustup component add llvm-tools-preview
cargo test
grcov . -s . -t lcov --llvm --ignore-not-existing --ignore "/*" -o lcov.info -b ./target/debug/pomsky
Expand Down

0 comments on commit a61dcb2

Please sign in to comment.