We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028c114 commit 7e04814Copy full SHA for 7e04814
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- go: ["1.23.x", "1.24.x"]
+ go: ["1.24.x"]
13
steps:
14
- uses: actions/checkout@v4
15
@@ -18,7 +18,7 @@ jobs:
18
go-version: ${{ matrix.go }}
19
20
- name: Run test
21
- run: make test COVERAGE_DIR=/tmp/coverage
+ run: make test COVERAGE_DIR=/tmp/coverage DATABASE="postgres mysql clickhouse mongodb pgx pgx5 rqlite sqlite sqlite3"
22
23
- name: Send goveralls coverage
24
uses: shogo82148/actions-goveralls@v1
0 commit comments