Skip to content

Commit 743ee30

Browse files
committed
fix: remove profile param from code coverage build
Signed-off-by: Anton Whalley <[email protected]>
1 parent 5b1e403 commit 743ee30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)