Skip to content

Commit 86786fd

Browse files
committed
CI: Fix missing continue-on-error annotation
1 parent 501e198 commit 86786fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/crossterm_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- name: Test no default features with windows feature enabled
7474
if: matrix.os == 'windows-2019'
7575
run: cargo test --no-default-features --features "windows" -- --nocapture --test-threads 1
76+
continue-on-error: ${{ matrix.can-fail }}
7677
- name: Test Packaging
7778
if: matrix.rust == 'stable'
7879
run: cargo package

0 commit comments

Comments
 (0)