Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Nov 29, 2024
1 parent 324d9fc commit 550c6cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compiler_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 550c6cb

Please sign in to comment.