Skip to content

Commit

Permalink
Change output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrobert committed Nov 23, 2024
1 parent 2acf2fb commit acf4006
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
components: rustc, rust-std, cargo, llvm-tools, llvm-tools-preview
- uses: Swatinem/rust-cache@v2
- name: Run profiling tests
run: |
mkdir -p ./target/debug/coverage
cargo test --no-fail-fast -p openmls
run: cargo test --no-fail-fast -p openmls
env:
CARGO_INCREMENTAL: '0'
LLVM_PROFILE_FILE: 'target/debug/coverage/openmls-%p-%m.profraw'
RUSTFLAGS: '-Cinstrument-coverage -Cpanic=abort -Zpanic_abort_tests'
RUSTDOCFLAGS: '-Cinstrument-coverage -Cpanic=abort -Zpanic_abort_tests -Z unstable-options --persist-doctests target/debug/'
LIBCRUX_DISABLE_SIMD256: '1'
Expand Down

0 comments on commit acf4006

Please sign in to comment.