1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

.github/workflows/test.yml: Set fail-fast = false

This commit is contained in:
Henrik Hautakoski 2023-05-29 17:33:59 +02:00
parent 8154bee1c2
commit b0c485dcb6

View file

@ -8,6 +8,7 @@ jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: ["1.18", "1.19", "1.20"]
runs-on: ubuntu-latest