Skip to content

Commit

Permalink
uncomment cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Sep 25, 2024
1 parent 1e07472 commit f076f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cargo build --bin madara --profile dev
export COVERAGE_BIN=$(realpath target/debug/madara)
rm -f target/madara-* lcov.info
# cargo test --profile dev -- --test-threads=1
cargo test --profile dev -- --test-threads=1
- name: Generate coverage info
run: |
Expand Down

0 comments on commit f076f94

Please sign in to comment.