From 9b21fb6ea1943e34fd6fe6afe0bf2a07cccb5c2a Mon Sep 17 00:00:00 2001 From: Andrew Farries Date: Tue, 2 Jan 2024 13:16:15 +0000 Subject: [PATCH] TEMP: Run only migrations tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bda86b15d..c1722cfb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: go-version: '1.21' - name: Run tests - run: go test ./... + run: go test ./pkg/migrations --count=10 env: POSTGRES_VERSION: ${{ matrix.pgVersion }}