Skip to content

Commit

Permalink
Merge pull request #388 from Jefftree/patch-1
Browse files Browse the repository at this point in the history
Update CI to detect races
  • Loading branch information
k8s-ci-robot authored May 1, 2023
2 parents 28e0b72 + e6d4e37 commit 8b0f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [[ -n "${diff}" ]]; then echo "${diff}"; exit 1; fi
- name: Test
run: |
go test ./cmd/... ./pkg/...
go test -race ./cmd/... ./pkg/...
- name: Run integration tests
run: |
cd test/integration
Expand Down

0 comments on commit 8b0f38b

Please sign in to comment.