Skip to content

Commit 11e3ac9

Browse files
committed
initialize database
1 parent 75ec7d8 commit 11e3ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
with:
3535
go-version: "1.19"
3636
cache: true
37+
- name: prepare test
38+
run: mysql -uroot -proot -h127.0.0.1 -P3306 sakila < ./testdata/schema/sakila.sql
3739
- name: test with MySQL ${{ matrix.mysql }}
3840
run: go test -v -race ./...
3941
env:

0 commit comments

Comments
 (0)