CI: Add missing continue-on-error annotation

This commit is contained in:
Michael Davis
2025-03-28 13:20:05 -04:00
parent cf31127b8e
commit 3791bbdcd6

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