Skip to content

Commit

Permalink
Second review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
giusbianco committed Jan 16, 2025
1 parent f5505f3 commit e27ae11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/manifest-producer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ jobs:
LLVM_PROFILE_FILE: "backend-%p-%m.profraw"
run: |
cargo test --test light_tests -- --nocapture
cargo test --lib -- --nocapture
cargo test --lib --features "progress_bar" -- --nocapture
- name: Combine profraw files
run: llvm-profdata merge -sparse backend-integration-*.profraw backend-unit-*.profraw -o combined.profdata
- name: Get coverage data for codecov
run: |
Expand Down

0 comments on commit e27ae11

Please sign in to comment.