You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ help:
12
12
@echo "Available targets:"
13
13
@echo " build Build the qhronosd binary"
14
14
@echo " clean Remove the qhronosd binary"
15
-
@echo " test Run the test script (requires docker-up)"
15
+
@echo " test [name] Run the test script (requires docker-up). Optionally pass a test or subtest name, e.g. 'make test TestScheduler/successful scheduling'"
16
16
@echo " migrate-up Run migrations up using scripts/migrate.sh"
17
17
@echo " migrate-down Run migrations down using scripts/migrate.sh"
18
18
@echo " migrate-clean-slate Drop and recreate the database, then run all migrations from scratch"
0 commit comments