mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
build before running test-upgrade
This commit is contained in:
parent
03e220c749
commit
372585de72
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ test-race:
|
||||||
|
|
||||||
# note: if testdata/upgradetest.mbox.gz exists, its messages will be imported
|
# note: if testdata/upgradetest.mbox.gz exists, its messages will be imported
|
||||||
# during tests. helpful for performance/resource consumption tests.
|
# during tests. helpful for performance/resource consumption tests.
|
||||||
test-upgrade:
|
test-upgrade: build
|
||||||
nice ./test-upgrade.sh
|
nice ./test-upgrade.sh
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue