mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Run tests in serial
Prevents race conditions when creating/dropping databases. See: http://stackoverflow.com/questions/15721238/go-serial-execution-of-package-tests
This commit is contained in:
parent
7253eb6d54
commit
edb027f6e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -11,4 +11,4 @@ lint:
|
||||||
$(DOCKER) errcheck ./...
|
$(DOCKER) errcheck ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(DOCKER) go test ./...
|
$(DOCKER) go test -p=1 -v ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue