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 75ec7d8 commit 11e3ac9Copy full SHA for 11e3ac9
.github/workflows/test.yaml
@@ -34,6 +34,8 @@ jobs:
34
with:
35
go-version: "1.19"
36
cache: true
37
+ - name: prepare test
38
+ run: mysql -uroot -proot -h127.0.0.1 -P3306 sakila < ./testdata/schema/sakila.sql
39
- name: test with MySQL ${{ matrix.mysql }}
40
run: go test -v -race ./...
41
env:
0 commit comments