Skip to content

Commit

Permalink
add data race detection in test
Browse files Browse the repository at this point in the history
  • Loading branch information
haouc committed Jan 3, 2024
1 parent 536e42b commit c6fac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ verify:

## Run unit tests
test: verify
go test ./pkg/... ./controllers/... ./webhooks/... -coverprofile cover.out
go test -race ./pkg/... ./controllers/... ./webhooks/... -coverprofile cover.out

test-e2e:
KUBE_CONFIG_PATH=${KUBE_CONFIG_PATH} REGION=${AWS_REGION} CLUSTER_NAME=${CLUSTER_NAME} ./scripts/test/run-integration-tests.sh
Expand Down

0 comments on commit c6fac89

Please sign in to comment.