Skip to content

Commit

Permalink
Add make test target to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jerargus committed Apr 18, 2024
1 parent 4a9402c commit 8b4bbf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardinal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ lint-fix:
@$(MAKE) lint-install
@echo "--> Running golangci-lint"
@golangci-lint run --timeout=10m --fix --concurrency 8 -v

test:
@go test ./...

0 comments on commit 8b4bbf0

Please sign in to comment.