From c724c17a56935f436633157242865df6a1da1551 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 2 Dec 2019 11:59:05 +0300 Subject: [PATCH] ci: test v symlink --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd6f951052..31094fcdf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,8 @@ jobs: run: make && ./v -o v v.v - name: Build V using V run: ./v -o v2 v.v && ./v2 -o v3 v.v + - name: Test symlink + run: sudo ./v symlink - name: Test v->c run: ./v test-compiler - name: Test v binaries