Skip to content

Commit 7e04814

Browse files
committed
limit tests and test on 1.24
1 parent 028c114 commit 7e04814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ["1.23.x", "1.24.x"]
12+
go: ["1.24.x"]
1313
steps:
1414
- uses: actions/checkout@v4
1515

@@ -18,7 +18,7 @@ jobs:
1818
go-version: ${{ matrix.go }}
1919

2020
- name: Run test
21-
run: make test COVERAGE_DIR=/tmp/coverage
21+
run: make test COVERAGE_DIR=/tmp/coverage DATABASE="postgres mysql clickhouse mongodb pgx pgx5 rqlite sqlite sqlite3"
2222

2323
- name: Send goveralls coverage
2424
uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)