Skip to content

Commit e9ca1b5

Browse files
Updated Makefile
1 parent c668f15 commit e9ca1b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ test:
7979
@echo ">> running tests"
8080
@./runtests.sh
8181

82+
clean-tests:
83+
@$(info Cleaning up docker containers used for tests)
84+
@docker-compose down
85+
8286
format:
8387
@echo ">> formatting code"
8488
@$(GO) fmt $(pkgs)

runtests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
docker-compose up -d
23
wait_mysql() {
34
local PORT=$1
45
while :

0 commit comments

Comments
 (0)