ci: fix ci.yml syntax

pull/4245/head
Delyan Angelov 2020-04-05 13:03:01 +03:00
parent 77fcac027e
commit 86a649e017
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ jobs:
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
- name: Fixed tests
run: |
./v vlib/v/tests/backtrace_test.v
./v vlib/v/tests/backtrace_test.v
./v test-fixed
- name: x64 machine code generation
run: |
@ -268,7 +268,7 @@ jobs:
.\make.bat -msvc
- name: Fixed tests
run: |
./v vlib/v/tests/backtrace_test.v
./v vlib/v/tests/backtrace_test.v
./v test-fixed
# - name: Test
# run: |