fail-fast: false temporarily

This commit is contained in:
Tig
2024-07-07 17:08:17 -06:00
parent 7c119de0e6
commit 454bfda636

View File

@@ -15,6 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
# Turn on fail-fast once we have the tests running on all platforms
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]