diff --git a/.github/workflows/compiler_tests.yml b/.github/workflows/compiler_tests.yml index fd1d5470b..e70a8521c 100644 --- a/.github/workflows/compiler_tests.yml +++ b/.github/workflows/compiler_tests.yml @@ -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