Skip to content

Commit

Permalink
fix test/unit make target
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jan 9, 2024
1 parent 913a630 commit b30c3dd
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 @@ -48,7 +48,7 @@ lint/fix:

.PHONY: test/unit
test/unit:
source ./.env && go test -v ./...
go test -v ./...

.PHONY: test/e2e
test/e2e:
Expand Down

0 comments on commit b30c3dd

Please sign in to comment.