mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
make: ensure that migration databases are in place/refreshed for make test-go
This commit is contained in:
parent
4b2ddf6d18
commit
82a4613cc9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue