From 63961bf6af61c04e44162de6c38e30c4215e9c6b Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 24 Apr 2023 22:33:47 +0000 Subject: [PATCH] Remove -parallel --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d607f93..c2dd020 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ tidy: test: {{go}} vet ./... golangci-lint run ./... - {{go}} test -race -coverprofile=cover.out -timeout=60s -parallel=10 ./... + {{go}} test -race -coverprofile=cover.out -timeout=60s ./... {{go}} tool cover -html=cover.out -o=cover.html todo: