Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Aug 8, 2024
1 parent e2091a1 commit f3a4a7a
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 @@ -7,7 +7,7 @@ deps:

.PHONY: test
test:
@go test -cover -race -v ./...
@go test -cover -race -v ./cloudconnexa/...

e2e:
@go test -v ./e2e/...

0 comments on commit f3a4a7a

Please sign in to comment.