From 5266c3b3b2feb17ecf1494b031a47b610f255c19 Mon Sep 17 00:00:00 2001 From: iacore Date: Tue, 20 Aug 2024 02:33:06 +0000 Subject: [PATCH] Add test script --- test.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test.sh diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..7691157 --- /dev/null +++ b/test.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +go test ./routes + +# install as pre-commit hook: +# cp test.sh ~/.git/hooks/pre-commit \ No newline at end of file