1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

a small "v test v" fix

This commit is contained in:
Alexander Medvednikov
2019-11-29 19:32:07 +03:00
parent cb2db3170e
commit ae171ec28e
2 changed files with 20 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
alpine-docker-musl-gcc:
name: Alpine/musl
name: alpine-musl
runs-on: ubuntu-latest
steps:
@@ -78,6 +78,15 @@ jobs:
run: ./v test v
macos-prebuilt:
runs-on: macOS-10.14
steps:
- name: Download V
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_macos.zip && unzip v_macos.zip && ./v --version
- name: Test V
run: ./v test v
ubuntu-tcc:
runs-on: ubuntu-18.04
steps: