Skip to content

Commit

Permalink
No opt-level=2, I guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 18, 2024
1 parent 3299d6f commit dd4f174
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ jobs:
apt install -y curl gnupg
- restore_cache:
keys:
- cargocache-v2-coverage-rust:1.74-{{ checksum "Cargo.lock" }}
- cargocache-v2-coverage-rust:1.78-{{ checksum "Cargo.lock" }}
- run:
name: Install cargo-llvm-cov
command: |
Expand All @@ -1106,8 +1106,6 @@ jobs:
name: Run tests with coverage
command: |
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
environment:
RUSTFLAGS: "-C opt-level=2"
- run:
name: Quick fix for GPG error in Codecov
command: mkdir -p ~/.gnupg
Expand Down

0 comments on commit dd4f174

Please sign in to comment.