Skip to content

Commit

Permalink
Fix make test_all
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Sep 30, 2024
1 parent 666303e commit c0625f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
go build ./...
test_all: build test test_bench
go test -v github.com/mat/besticon/besticon/iconserver
go test -v github.com/mat/besticon/v3/besticon/iconserver

test:
go test -v github.com/mat/besticon/v3/ico
Expand Down

0 comments on commit c0625f6

Please sign in to comment.