We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d21ca commit 9ad0f2bCopy full SHA for 9ad0f2b
.github/workflows/ci.yaml
@@ -41,6 +41,7 @@ jobs:
41
runs-on: ubuntu-latest
42
name: Build (Go ${{ matrix.go-version }})
43
strategy:
44
+ fail-fast: false
45
matrix:
46
go-version: [ '1.19' ]
47
# experimental: [false]
0 commit comments