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

v2: lots of minor test fixes

This commit is contained in:
Alexander Medvednikov
2020-04-01 17:14:17 +02:00
parent 6764c7dd5c
commit 0de853a2ab
9 changed files with 60 additions and 32 deletions

View File

@@ -242,6 +242,8 @@ jobs:
#node hi.js
- name: Test v binaries
run: ./v -silent build-vbinaries
- name: v2 self compilation
run: .\v.exe -b v2 -o v2.exe cmd/v && .\v2.exe -b v2 -o v3.exe cmd/v
windows-msvc:
runs-on: windows-2019