Skip to content

Commit 2f98168

Browse files
committed
add comment to clarify the change from dbinit to db
1 parent 777d05d commit 2f98168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ app:
1212
docker compose rm -f app
1313
docker compose up -d app
1414

15+
# test depends on db, but not dbinit because the test suite does its own init (creating tables, etc.)
1516
test: clean db
1617
docker compose run --rm app go test ./...
1718

0 commit comments

Comments
 (0)