Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Aug 27, 2023
1 parent f5647ea commit a8dc4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ build-ui:
@cp ui/dist/*.woff2 ./internal/web/handlers/assets/

test:
@go test -v ./...
@go test ./...

test-clean:
@go clean -testcache
@go test -v ./...
@go test ./...

lint:
@golangci-lint run ./...
Expand Down

0 comments on commit a8dc4e2

Please sign in to comment.