File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ jobs:
125125 run : cargo +nightly test --verbose --all --locked
126126 env :
127127 CARGO_INCREMENTAL : ' 0'
128- RUSTFLAGS : ' -Zprofile - Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
129- RUSTDOCFLAGS : ' -Zprofile - Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
128+ RUSTFLAGS : ' -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
129+ RUSTDOCFLAGS : ' -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
130130 - name : rust-grcov
131131 # You may pin to the exact commit or the version.
132132 # uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248
You can’t perform that action at this time.
0 commit comments