Skip to content

Commit

Permalink
Update make test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhydian Jenkins committed Feb 15, 2024
1 parent ad4bd93 commit d1a9967
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 @@ -11,4 +11,4 @@ watch: ## Use nodemon to watch go files for changes
@nodemon --watch './**/*.go' --signal SIGTERM --exec 'go' run ./main.go

test: ## Run all tests
@go test -v ./pkg/board
@go test -v ./...

0 comments on commit d1a9967

Please sign in to comment.