mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-26 18:23:27 +01:00
Disable fail-fast so I can debug the windows tests
This commit is contained in:
parent
2d21203362
commit
b5321f3884
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user