Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Nov 20, 2024
1 parent bc2b694 commit 03430fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
git clone https://github.com/vlang/v
cd v && make
cd ..
./v test .
./v . -o rivetc && ./rivetc test.ri
./v/v test .
./v/v . -o rivetc && ./rivetc test.ri

0 comments on commit 03430fa

Please sign in to comment.