We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6562fe commit 9824270Copy full SHA for 9824270
1 file changed
.github/workflows/crossterm_test.yml
@@ -73,6 +73,7 @@ jobs:
73
- name: Test no default features with windows feature enabled
74
if: matrix.os == 'windows-2019'
75
run: cargo test --no-default-features --features "windows" -- --nocapture --test-threads 1
76
+ continue-on-error: ${{ matrix.can-fail }}
77
- name: Test Packaging
78
if: matrix.rust == 'stable'
79
run: cargo package
0 commit comments