Fixed tester flag being defined incorrectly

This commit is contained in:
2025-02-22 13:01:23 +11:00
parent 8769d76e60
commit 5a25a3c482
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ dev:
tester:
go mod tidy && \
go run . --port 3232 --test --loglevel trace
go run . --port 3232 --tester --loglevel trace
test:
go mod tidy && \