Skip to content

Clean SET transaction_timeout = 0; (introduced by Postgres 17) #12

Clean SET transaction_timeout = 0; (introduced by Postgres 17)

Clean SET transaction_timeout = 0; (introduced by Postgres 17) #12

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.1", "3.2"]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test