We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52d848 commit 6b4d908Copy full SHA for 6b4d908
Makefile
@@ -712,6 +712,7 @@ sqlc-vet: test-postgres-docker
712
echo "--- sqlc vet"
713
SQLC_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/$(shell go run scripts/migrate-ci/main.go)" \
714
sqlc vet -f coderd/database/sqlc.yaml && echo "Passed sqlc vet"
715
+.PHONY: sqlc-vet
716
717
# When updating -timeout for this test, keep in sync with
718
# test-go-postgres (.github/workflows/coder.yaml).
0 commit comments