make: ensure that migration databases are in place/refreshed for make test-go

This commit is contained in:
Keith Martin 2026-01-22 19:02:41 +10:00
parent 4b2ddf6d18
commit 82a4613cc9

View file

@ -72,7 +72,7 @@ watch: watch-js
build-all: build-go build-js
pull: docker-pull
test: test-js test-go
test-go: run-test-go
test-go: reset-mariadb-migrate reset-postgres-migrate run-test-go
test-hub: run-test-hub
test-pkg: run-test-pkg
test-ai: run-test-ai