Skip to content

Commit

Permalink
Allow some tests to run in parallel, need to figure out how to mock t…
Browse files Browse the repository at this point in the history
…he time better before we able to run everything in parallel
  • Loading branch information
ardhitama committed Sep 22, 2020
1 parent 4f0027c commit e6cd2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 732 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ lint-strict:

test:
mkdir -p ./etc/out
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
ENVIRONMENT=test go test -failfast -count 1 -timeout 30s -covermode=atomic -coverprofile=etc/out/profile.cov ./... && go tool cover -func=etc/out/profile.cov

Loading

0 comments on commit e6cd2b2

Please sign in to comment.