Skip to content

Commit 7491357

Browse files
committed
continue-on-error temporarily
1 parent e0de5d4 commit 7491357

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-go.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ jobs:
5151
exclude:
5252
- isCron: false
5353
mysql: "mysql:9.1.0"
54-
# Don't cancel all tests if an integration suite fails as integration suites are more likely to be flakey.
55-
# Don't cancel all tests if the vulns suite fails as vulns may start failing for unrelated reasons to PR'd code.
56-
continue-on-error: ${{ matrix.suite == 'vuln' || startsWith(matrix.suite, 'integration-') }}
54+
continue-on-error: true
5755
runs-on: ${{ matrix.os }}
5856

5957
env:

0 commit comments

Comments
 (0)