Skip to content

Commit

Permalink
Disable debug for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko committed Nov 22, 2024
1 parent 9c64f79 commit b243c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CI: true
RUSTFLAGS: -Cinstrument-coverage
LLVM_PROFILE_FILE: git-events-runner-%p-%m.profraw
RUST_LOG: debug
# RUST_LOG: debug
run: cargo test --all -- --include-ignored --nocapture

- name: Generate coverage
Expand Down

0 comments on commit b243c31

Please sign in to comment.