From cb2db3170e8a79a04d0358b5716395b4a94d1c73 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 29 Nov 2019 19:26:21 +0300 Subject: [PATCH] ci: test a prebuilt Linux package --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03f9c80c82..2e264585dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: