aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-03 20:25:19 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-03 20:25:19 +0100
commitd2d2a57bb78af71182c6bcd66007b3850c9dbcfa (patch)
tree3d42c386d4414d2c93fe05cd69ebfc74c130ea2c
parent96c10c78ab6b07d1f5536a98d3ba56e5be9d6fe5 (diff)
Adds makefile run to run test without docker
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9aa00bf..c5efe37 100644
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,5 @@ migrate:
migrate-down:
docker exec -it dbasik-db-1 migrate -path=${DBASIK_DB_DSN} -database= down
+test:
+ go test ./...