Test hypothesis
Some checks failed
Cargo CI / Lint (pull_request) Successful in 41s
Cargo CI / Build and Test (pull_request) Failing after 14m20s

This commit is contained in:
Wojciech Kozlowski 2024-01-06 18:58:48 +01:00
parent d1eb08c783
commit 08984e259e

View File

@ -23,8 +23,7 @@ jobs:
- run: cargo build --all-features --all-targets
- run: cargo test --all-features --all-targets --no-fail-fast
- run: >-
grcov target/debug/profraw
--binary-path ./target/debug/
grcov target/debug/profraw --binary-path target/debug/
--output-types html
--source-dir .
--ignore-not-existing