sudo
This commit is contained in:
parent
1577bc9864
commit
c052ade8f3
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -27,8 +27,8 @@ jobs:
|
||||
- name: start mysql / redis
|
||||
run: |
|
||||
sudo systemctl start mysql.service
|
||||
apt update
|
||||
apt install redis
|
||||
sudo apt update
|
||||
sudo apt install redis
|
||||
|
||||
- name: Test
|
||||
run: go test -tags="redis,sqlite" -race -v ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user