From b81e8e210e96f4a570bb1b2524793e937d93b19c Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Thu, 27 Jul 2023 16:05:15 +0000 Subject: [PATCH] [REMOVE] quit on first failure --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4971ff96b201..901be5c59c2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: matrix: include: - name: Tests - command: bin/tests --postgresql-host localhost + command: bin/tests --postgresql-host localhost -vv -x - name: Lint command: bin/lint - name: User Documentation