diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 495c31dc..931e00ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: terraform_wrapper: false - name: Acceptance tests timeout-minutes: 25 - run: make testacc + run: make testacc TESTARGS="-failfast" env: # Environment variables for configuring the provider OBSERVE_CUSTOMER: ${{ vars.OBSERVE_CUSTOMER }}