Skip to content

Commit

Permalink
using make in test
Browse files Browse the repository at this point in the history
  • Loading branch information
i36lib committed Mar 25, 2024
1 parent cd3eb81 commit 206393b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: go mod tidy

- name: UnitTest
run: go test -v ./...
run: make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tidy:

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

0 comments on commit 206393b

Please sign in to comment.