Skip to content

Commit

Permalink
debug: are profraw files getting created?
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Sep 9, 2024
1 parent ae0b994 commit e2336df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest] # windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -75,6 +75,7 @@ jobs:
rustup component add llvm-tools-preview
cargo install grcov
cargo test --package web5
ls -lha *.profraw
env:
RUSTFLAGS: -Cinstrument-coverage
LLVM_PROFILE_FILE: web5-rs-%p-%m.profraw
Expand Down

0 comments on commit e2336df

Please sign in to comment.