Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Nov 10, 2024
1 parent 4f29878 commit 8d27976
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ APP_NAME ?= app
vet:
go vet ./...

.PHONY: staticcheck
staticcheck:
staticcheck ./...

.PHONY: test
test:
go test -race -v -timeout 30s ./...

.PHONY: tailwind-watch
tailwind-watch:
tailwindcss -i ./static/css/input.css -o ./static/css/style.css --watch
Expand Down

0 comments on commit 8d27976

Please sign in to comment.