Skip to content

Commit

Permalink
Don't use gtc on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danawoodman committed Feb 26, 2024
1 parent faaabd5 commit ff62f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ test:

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

.PHONY: test-unit
test-unit:
@gtc -v ./internal/...
@go test -v ./internal/...

.PHONY: watch-test
watch-test:
Expand Down

0 comments on commit ff62f11

Please sign in to comment.