From 83f1c7c247d81c38ed554746c67bf4f0924793cb Mon Sep 17 00:00:00 2001 From: Maxime Lagresle Date: Sun, 25 Aug 2024 20:20:54 +0200 Subject: [PATCH] fail fast --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1aabe3..1c02eb4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: run: go build -v ./... - name: Test - run: go test -coverprofile=profile.cov -v ./... + run: go test -failfast -coverprofile=profile.cov -v ./... env: VAULTWARDEN_HOST: "127.0.0.1" VAULTWARDEN_PORT: "8080"