Skip to content

Commit b327dcc

Browse files
committed
optimize README.md
1 parent 540a793 commit b327dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: cargo test --release --all-features --all --verbose
2929
env:
3030
CARGO_INCREMENTAL: '0'
31-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=panic_unwind -Zpanic_abort_tests'
32-
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=panic_unwind -Zpanic_abort_tests'
31+
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_unwind_tests'
32+
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_unwind_tests'
3333
- name: rust-grcov
3434
# You may pin to the exact commit or the version.
3535
# uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248

0 commit comments

Comments
 (0)