Added deployment scripts

This commit is contained in:
2025-02-16 22:22:30 +11:00
parent fb1168a7cc
commit 5892d6a7e6
5 changed files with 209 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ tester:
test:
rm -f **/.projectreshoot-test-database.db
go mod tidy && \
go test .
go test ./middleware
go generate && \
go test ./...
clean:
go clean