We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5807de commit d50e6ddCopy full SHA for d50e6dd
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
name: Test ${{ matrix.platform }} (${{ matrix.go }})
13
timeout-minutes: 10
14
strategy:
15
+ fail-fast: false
16
matrix:
17
go: ["1.13.x", "1.20.x", "1.21.x"]
18
platform: [ubuntu-20.04]
@@ -34,6 +35,7 @@ jobs:
34
35
36
37
38
39
40
41
platform: [windows-latest, macos-latest]
@@ -54,6 +56,7 @@ jobs:
54
56
name: Lint ${{ matrix.platform }}
55
57
58
59
60
61
platform: [ubuntu-20.04, windows-latest, macos-latest]
62
runs-on: ${{ matrix.platform }}
0 commit comments