Skip to content

Commit

Permalink
TEMP: Run only migrations tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Jan 2, 2024
1 parent c33c8f5 commit 80548bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 80548bb

Please sign in to comment.