Skip to content

Commit

Permalink
fix test target
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Jul 15, 2024
1 parent 4667613 commit ef2b679
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
Expand Up @@ -12,7 +12,7 @@ grol: Makefile *.go */*.go $(GEN)
ls -l grol

test: grol
CGO_ENABLED=0 go test -race -tags $(GO_BUILD_TAGS) ./...
CGO_ENABLED=0 go test -tags $(GO_BUILD_TAGS) ./...
./grol *.gr

failing-tests:
Expand Down

0 comments on commit ef2b679

Please sign in to comment.