Skip to content

Commit 6b4d908

Browse files
authored
chore: makefile set sqlc-vet to .Phony (#11169)
1 parent e52d848 commit 6b4d908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ sqlc-vet: test-postgres-docker
712712
echo "--- sqlc vet"
713713
SQLC_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/$(shell go run scripts/migrate-ci/main.go)" \
714714
sqlc vet -f coderd/database/sqlc.yaml && echo "Passed sqlc vet"
715+
.PHONY: sqlc-vet
715716

716717
# When updating -timeout for this test, keep in sync with
717718
# test-go-postgres (.github/workflows/coder.yaml).

0 commit comments

Comments
 (0)