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 f9c9402 commit cb9f747Copy full SHA for cb9f747
.github/workflows/testing.yml
@@ -44,7 +44,6 @@ jobs:
44
- name: Check out code
45
uses: actions/checkout@v2
46
- name: Run tests
47
- if: success()
48
run: go test -cover ./... -coverprofile=coverage.txt -covermode=atomic
49
env:
50
POSTGRES_DSN: postgres://goengine:goengine@localhost:${{ job.services.postgres.ports[5432] }}/goengine?sslmode=disable
0 commit comments