From 91303c0517ed341668a85c08c51d94ff33ea2954 Mon Sep 17 00:00:00 2001 From: Ayooluwa Isaiah Date: Mon, 14 Oct 2024 20:23:32 +0100 Subject: [PATCH] update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 838e9a0..f902c16 100644 --- a/justfile +++ b/justfile @@ -12,7 +12,7 @@ test-pkg filter='.*': [no-cd] update-golden filter='.*': - @go test ./... -update -json -race -run={{filter}} | gotestfmt + @go test ./... -update -json -run={{filter}} | gotestfmt build: @go build -o bin/{{APP}} ./cmd...