ci: fix failing ubuntu-musl job

pull/6424/head
Delyan Angelov 2020-09-18 21:32:05 +03:00
parent 78e6ddee75
commit bc28801993
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ jobs:
echo $VFLAGS && make -j4 && ./v -cg -o v cmd/v echo $VFLAGS && make -j4 && ./v -cg -o v cmd/v
- name: Test V fixed tests - name: Test V fixed tests
run: | run: |
v test-fixed ./v test-fixed
# ubuntu-musl: # ubuntu-musl:
# runs-on: ubuntu-18.04 # runs-on: ubuntu-18.04