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