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:
build:
strategy:
fail-fast: false
matrix:
go: ['1.22', '1.23']
os: [macos-latest, windows-latest, ubuntu-latest]