创建数据库
This commit is contained in:
parent
c052ade8f3
commit
876befd447
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
sudo systemctl start mysql.service
|
sudo systemctl start mysql.service
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install redis
|
sudo apt install redis
|
||||||
|
sudo mysql -u root -proot -e "CREATE DATABASE IF NOT EXISTS test;"
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -tags="redis,sqlite" -race -v ./...
|
run: go test -tags="redis,sqlite" -race -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user