Reorder tests to avoid interferences
This commit is contained in:
parent
a2eeaeee9d
commit
c41df63e42
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ TEST_DB = test/lacre.db
|
|||
#
|
||||
# Main goal to run tests.
|
||||
#
|
||||
test: e2etest unittest crontest daemontest
|
||||
test: e2etest unittest daemontest crontest
|
||||
|
||||
#
|
||||
# Run a set of end-to-end tests.
|
||||
|
|
Loading…
Reference in a new issue