Skip to content

Commit

Permalink
Add build rule for running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Dec 5, 2024
1 parent 0a36681 commit 4f27541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ vendor:
@echo "✓ Filling vendor folder with library code ..."
@go mod vendor

.PHONY: build vendor coverage test lint fmt
integration:
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -parallel 4 -timeout=30m

.PHONY: fmt lint lintfix test testonly coverage build snapshot vendor integration

0 comments on commit 4f27541

Please sign in to comment.