Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit eed20de

Browse files
Provide coverage, race, shuffle and timeout flags
1 parent 42f1f92 commit eed20de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist
2-
docker/data
2+
docker/data
3+
coverage.out

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ e2e-tests: ## Runs E2E tests
109109

110110
.PHONY: unit-tests
111111
unit-tests: ## Runs unit tests
112-
go test -v `go list ./... | grep -v e2e`
112+
go test -v -timeout=5m -race -shuffle=on -coverprofile coverage.out `go list ./... | grep -v e2e`

0 commit comments

Comments
 (0)