mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 23:48:10 +01:00
cd: always run all test jobs
This commit is contained in:
parent
2e1ec44b79
commit
77afd24616
1 changed files with 1 additions and 0 deletions
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
|
@ -14,6 +14,7 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: ['1.22', '1.23']
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
|
|
Loading…
Reference in a new issue