Skip to content

Commit

Permalink
CI: add keepGoing flag to Go / test job
Browse files Browse the repository at this point in the history
Now all tests will be run even if there is a failure.
  • Loading branch information
ctlong committed Oct 18, 2022
1 parent c7c6d3c commit fd1293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: "src/go.mod"
- run: go run github.com/onsi/ginkgo/ginkgo -r -race -randomizeAllSpecs -randomizeSuites
- run: go run github.com/onsi/ginkgo/ginkgo -r -race -randomizeAllSpecs -randomizeSuites -keepGoing
working-directory: src

vet:
Expand Down

0 comments on commit fd1293d

Please sign in to comment.