Skip to content

Commit 0984311

Browse files
author
Andrew J Westlake
committed
Added --features testing to coverage command args
1 parent 6cb5731 commit 0984311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ jobs:
137137
profile: minimal
138138
- uses: actions-rs/cargo@v1
139139
with:
140-
command: test
141-
args:
140+
command: test
141+
args: --features testing
142142
env:
143143
CARGO_INCREMENTAL: 0
144144
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"

0 commit comments

Comments
 (0)