Skip to content

Commit

Permalink
Run tests for gwctl when 'make test' is called
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravkghildiyal committed Sep 25, 2023
1 parent b46cb7a commit 65c5509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ vet:
# Run go test against code
test:
go test -race -cover ./pkg/admission/... ./apis/... ./conformance/utils/...
cd gwctl && go test -race -cover ./pkg/...

# Run conformance tests against controller implementation
.PHONY: conformance
Expand Down

0 comments on commit 65c5509

Please sign in to comment.