ci: test a prebuilt Linux package

pull/2927/head
Alexander Medvednikov 2019-11-29 19:26:21 +03:00
parent baaf57e396
commit cb2db3170e
1 changed files with 2 additions and 0 deletions

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: