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:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user