ci: fix failing ubuntu-musl job
parent
78e6ddee75
commit
bc28801993
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue