Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilospanck committed Mar 17, 2024
1 parent 275423b commit f43ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cargo install grcov --force;
rm -rf lcov.info;
sudo apt install make -y
make run-all-tests $CARGO_OPTIONS;
make test $CARGO_OPTIONS;
zip -0 ccov.zip `find . \( -name "$PROJECT_NAME_UNDERSCORE*.gc*" \) -print`;
grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore "/*" -o lcov.info;
Expand Down

0 comments on commit f43ab05

Please sign in to comment.