Disable fail-fast so I can debug the windows tests

This commit is contained in:
David Dworken 2022-11-04 22:52:02 -07:00
parent 2d21203362
commit b5321f3884
No known key found for this signature in database

View File

@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Go