Skip to content

Commit

Permalink
wip attempt to fix #4488
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com>
  • Loading branch information
s8sato committed Apr 24, 2024
1 parent 9ac0a33 commit 2d2463a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/iroha2-dev-pr.yml
Expand Up @@ -43,7 +43,9 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests, with coverage
run: mold --run cargo test --all-features --workspace --no-fail-fast
run: |
mold --run cargo clean
mold --run cargo test --all-features --workspace --no-fail-fast
env:
RUSTFLAGS: "-C instrument-coverage"
LLVM_PROFILE_FILE: "iroha-%p-%m.profraw"
Expand Down

0 comments on commit 2d2463a

Please sign in to comment.