From e2336df9a345c3c0a289e2acaa5f55a4ab43a1f0 Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 9 Sep 2024 13:14:34 -0700 Subject: [PATCH] debug: are profraw files getting created? --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b77b00b1..99012b04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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