set fail-fast false

This commit is contained in:
fryorcraken 2025-10-15 14:42:57 +11:00
parent 7a8e578455
commit 3e35b008c5
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -10,6 +10,7 @@ jobs:
test-nimble-install:
continue-on-error: true # Some runs get oddly cancelled
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # TODO: Windows
nim-version: ['2.2.4'] # TODO: tests with more versions