Skip to content

Commit cb9f747

Browse files
committed
Removed unnecessary condition from the pipeline
1 parent f9c9402 commit cb9f747

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Check out code
4545
uses: actions/checkout@v2
4646
- name: Run tests
47-
if: success()
4847
run: go test -cover ./... -coverprofile=coverage.txt -covermode=atomic
4948
env:
5049
POSTGRES_DSN: postgres://goengine:goengine@localhost:${{ job.services.postgres.ports[5432] }}/goengine?sslmode=disable

0 commit comments

Comments
 (0)