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 b751e87 commit 14bdcd5Copy full SHA for 14bdcd5
.github/workflows/nightlies.yaml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
tests:
10
strategy:
11
+ fail-fast: false
12
matrix:
13
go: [ '1.23', '1.24' ]
14
uses: ./.github/workflows/tests.yaml
@@ -18,6 +19,7 @@ jobs:
18
19
20
s390x:
21
22
23
24
25
uses: ./.github/workflows/s390x.yaml
@@ -28,6 +30,7 @@ jobs:
28
30
29
31
stress:
32
33
34
35
36
uses: ./.github/workflows/stress.yaml
@@ -38,6 +41,7 @@ jobs:
38
41
39
42
instrumented:
40
43
44
45
46
47
uses: ./.github/workflows/instrumented.yaml
0 commit comments