Add test script

This commit is contained in:
iacore
2024-08-20 02:33:06 +00:00
parent ab20bc751e
commit 5266c3b3b2
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
go test ./routes
# install as pre-commit hook:
# cp test.sh ~/.git/hooks/pre-commit