diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57b5ad7dfb..a83ffba3ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,14 +271,14 @@ jobs: echo %VFLAGS% echo $VFLAGS .\make.bat -msvc -# - name: Fixed tests -# run: | -# ./v vlib/v/tests/backtrace_test.v -# ./v test-fixed + - name: Fixed tests + run: | + ./v vlib/v/tests/backtrace_test.v + ./v test-fixed # - name: Test # run: | # .\v.exe -silent test-compiler - ## v.js dosent work on windows +# ## v.js dosent work on windows #.\v.exe -o hi.js examples/hello_v_js.v #node hi.js # - name: Test v binaries