Skip to content

Commit e6cd2b2

Browse files
committed
Allow some tests to run in parallel, need to figure out how to mock the time better before we able to run everything in parallel
1 parent 4f0027c commit e6cd2b2

2 files changed

Lines changed: 1 addition & 732 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ lint-strict:
2727

2828
test:
2929
mkdir -p ./etc/out
30-
ENVIRONMENT=test go test -failfast -count 1 -timeout 30s -race -covermode=atomic -coverprofile=etc/out/profile.cov ./... && go tool cover -func=etc/out/profile.cov
30+
ENVIRONMENT=test go test -failfast -count 1 -timeout 30s -covermode=atomic -coverprofile=etc/out/profile.cov ./... && go tool cover -func=etc/out/profile.cov
3131

0 commit comments

Comments
 (0)