mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: makefile set sqlc-vet to .Phony (#11169)
This commit is contained in:
@@ -712,6 +712,7 @@ sqlc-vet: test-postgres-docker
|
||||
echo "--- sqlc vet"
|
||||
SQLC_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/$(shell go run scripts/migrate-ci/main.go)" \
|
||||
sqlc vet -f coderd/database/sqlc.yaml && echo "Passed sqlc vet"
|
||||
.PHONY: sqlc-vet
|
||||
|
||||
# When updating -timeout for this test, keep in sync with
|
||||
# test-go-postgres (.github/workflows/coder.yaml).
|
||||
|
||||
Reference in New Issue
Block a user