mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-05-05 15:32:57 +00:00
CI: Add missing continue-on-error annotation (#981)
This commit is contained in:
parent
b6562fe5e3
commit
9824270d57
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user