Reorder tests to avoid interferences

This commit is contained in:
Piotr F. Mieszkowski 2022-09-29 22:34:04 +02:00 committed by Gitea
parent a2eeaeee9d
commit c41df63e42
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ TEST_DB = test/lacre.db
# #
# Main goal to run tests. # Main goal to run tests.
# #
test: e2etest unittest crontest daemontest test: e2etest unittest daemontest crontest
# #
# Run a set of end-to-end tests. # Run a set of end-to-end tests.