github actions: typo run
This commit is contained in:
parent
b28a7aa4a6
commit
cc7fa155f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -30,6 +30,6 @@ jobs:
|
||||||
- name: ldconfig
|
- name: ldconfig
|
||||||
run: sudo ldconfig
|
run: sudo ldconfig
|
||||||
- name: test
|
- name: test
|
||||||
- run: (cd test; ./all.sh)
|
run: (cd test; ./all.sh)
|
||||||
# - name: make test # this is docker test
|
# - name: make test # this is docker test
|
||||||
# run: make test
|
# run: make test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue