Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tower120 committed Nov 9, 2024
1 parent 5a2f62a commit f0714d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: actions/checkout@v4

- name: Generate code coverage
run: |
run:
RUSTFLAGS="-Copt-level=0"
cargo tarpaulin --all-features --out xml

- name: Upload to codecov.io
Expand Down
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ rand = "0.8"
spin = "0.9.8"
arrayvec = "0.7"

[profile.test]
opt-level = 0
lto = "off"

[[bench]]
name = "mp_vs_sp_write"
harness = false

0 comments on commit f0714d1

Please sign in to comment.