Skip to content

Commit

Permalink
test: updated make file test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oudwins committed Sep 15, 2024
1 parent 71c01cb commit 143e3cf
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
@@ -1,5 +1,5 @@
test-watch:
watch -n 1 go test -v ./
watch -n 1 go test -v ./...

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

0 comments on commit 143e3cf

Please sign in to comment.