CI: Add missing continue-on-error annotation

This commit is contained in:
Michael Davis
2025-03-28 13:20:05 -04:00
parent b6562fe5e3
commit 786f2e4001

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