File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ test:
711
711
sqlc-vet : test-postgres-docker
712
712
echo " --- sqlc vet"
713
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
714
+ sqlc vet -f coderd/database/sqlc.yaml && echo " Passed sqlc vet "
715
715
716
716
# When updating -timeout for this test, keep in sync with
717
717
# test-go-postgres (.github/workflows/coder.yaml).
Original file line number Diff line number Diff line change 83
83
queries : " ./queries"
84
84
engine : " postgresql"
85
85
# This only works if you are running a local postgres database with the
86
- # schema loaded and migrations run.
86
+ # schema loaded and migrations run. Run `make sqlc-vet` to run the linter.
87
87
database :
88
88
uri : " ${SQLC_DATABASE_URL}"
89
89
rules :
You can’t perform that action at this time.
0 commit comments