Skip to content

Commit

Permalink
Move pg integration tests to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Jul 12, 2023
1 parent 73e5462 commit 5db7881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pg_version: [13, 14, 15]

name: Tests (Unit / Int) - PG ${{ matrix.pg_version }}
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit 5db7881

Please sign in to comment.