cd: always run all test jobs

This commit is contained in:
Gabriel Augendre 2024-08-25 16:00:22 +02:00
parent 2e1ec44b79
commit 77afd24616

View file

@ -14,6 +14,7 @@ permissions:
jobs: jobs:
build: build:
strategy: strategy:
fail-fast: false
matrix: matrix:
go: ['1.22', '1.23'] go: ['1.22', '1.23']
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]