CI: Add missing continue-on-error annotation (#981)

This commit is contained in:
Michael Davis 2025-03-28 21:31:43 -04:00 committed by GitHub
parent b6562fe5e3
commit 9824270d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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