Skip to content

Commit 9824270

Browse files
CI: Add missing continue-on-error annotation (#981)
1 parent b6562fe commit 9824270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)