Skip to content

Commit 177ff4f

Browse files
committed
ci: run ignored tests in CI
We ignore the bettertls path building and name constraint test suites because they take longer than the rest of the webpki test suite, bogging down local development. In the context of CI we don't mind that extra runtime (on the order of ~15..30s) so this commit updates the CI configuration to always run ignored tests alongside the rest of the test suite.
1 parent dcc6e1b commit 177ff4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
toolchain: ${{ matrix.rust_channel }}
192192

193193
- name: cargo test (${{ matrix.mode }}, ${{ matrix.features }})
194-
run: cargo test -vv ${{ matrix.features }} ${{ matrix.mode }}
194+
run: cargo test -vv ${{ matrix.features }} ${{ matrix.mode }} -- --ignored
195195
env:
196196
RUSTFLAGS: "-D warnings"
197197

0 commit comments

Comments
 (0)