Skip to content

Commit

Permalink
Include full test into the coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Dec 25, 2022
1 parent 3a713a0 commit b95923b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:
override: true

- name: Run tests
run: cargo test
run: |
cargo test
# cargo test --all-targets
# cargo test --all-targets --all-features
# cargo test --doc
# tests/test.sh
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
Expand Down

0 comments on commit b95923b

Please sign in to comment.