We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c201e0e commit 7472e1aCopy full SHA for 7472e1a
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
run: go run ./cmd/sqlc-test-setup start
58
59
- name: test ./...
60
- run: gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m -failfast ./...
+ run: gotestsum --junitfile junit.xml -- --tags=examples -timeout 20m ./... #TODO: Change back to -failfast
61
env:
62
CI_SQLC_PROJECT_ID: ${{ secrets.CI_SQLC_PROJECT_ID }}
63
CI_SQLC_AUTH_TOKEN: ${{ secrets.CI_SQLC_AUTH_TOKEN }}
0 commit comments