mirror of
https://github.com/helix-editor/crossterm.git
synced 2025-10-05 16:02:41 +02:00
CI: Add missing continue-on-error annotation
This commit is contained in:
1
.github/workflows/crossterm_test.yml
vendored
1
.github/workflows/crossterm_test.yml
vendored
@@ -73,6 +73,7 @@ jobs:
|
||||
- name: Test no default features with windows feature enabled
|
||||
if: matrix.os == 'windows-2019'
|
||||
run: cargo test --no-default-features --features "windows" -- --nocapture --test-threads 1
|
||||
continue-on-error: ${{ matrix.can-fail }}
|
||||
- name: Test Packaging
|
||||
if: matrix.rust == 'stable'
|
||||
run: cargo package
|
||||
|
Reference in New Issue
Block a user