From 550c6cba47d872a5af9663e957e8b1247725dd16 Mon Sep 17 00:00:00 2001 From: StunxFS Date: Fri, 29 Nov 2024 12:08:36 -0400 Subject: [PATCH] fix ci --- .github/workflows/compiler_tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compiler_tests.yml b/.github/workflows/compiler_tests.yml index bb699c1ca..523dc09ae 100644 --- a/.github/workflows/compiler_tests.yml +++ b/.github/workflows/compiler_tests.yml @@ -13,10 +13,17 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Build Rivet compiler + - name: Build V run: | git clone https://github.com/vlang/v cd v && make && sudo ./v symlink cd .. + + - name: Build Rivet compiler + run: | + v -o rivetc cmd/ + + - name: Run Rivet compiler tests + run: | v test compiler v tests/run_tests.vsh