We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e22c5e0 + e9c0995 commit fe3a992Copy full SHA for fe3a992
7 files changed
.github/workflows/test.yml
@@ -26,4 +26,4 @@ jobs:
26
- uses: actions/checkout@v4
27
- uses: dtolnay/rust-toolchain@stable
28
- name: Test ${{matrix.os}}
29
- run: cargo test --workspace --all-features --no-fail-fast
+ run: cargo test --workspace --all-features --no-fail-fast -- --include-ignored
0 commit comments