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

ci: test a prebuilt Linux package

This commit is contained in:
Alexander Medvednikov 2019-11-29 19:26:21 +03:00
parent baaf57e396
commit cb2db3170e

View File

@ -74,6 +74,8 @@ jobs:
steps:
- name: Download V
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
- name: Test V
run: ./v test v
ubuntu-tcc: