We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0de5d4 commit 7491357Copy full SHA for 7491357
.github/workflows/test-go.yaml
@@ -51,9 +51,7 @@ jobs:
51
exclude:
52
- isCron: false
53
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-') }}
+ continue-on-error: true
57
runs-on: ${{ matrix.os }}
58
59
env:
0 commit comments