Changed tester command from 'make test' to 'make tester'

This commit is contained in:
2025-02-12 17:35:57 +11:00
parent 1253c6499d
commit ca92d573ba
3 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ dev:
air &\
tailwindcss -i ./static/css/input.css -o ./static/css/output.css --watch
test:
tester:
go mod tidy && \
go run . --port 3232 --test --loglevel trace