mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix ci.yml syntax
This commit is contained in:
parent
86a649e017
commit
0869b230fb
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -131,8 +131,8 @@ jobs:
|
|||||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||||
- name: Fixed tests
|
- name: Fixed tests
|
||||||
run: |
|
run: |
|
||||||
./v vlib/v/tests/backtrace_test.v
|
./v vlib/v/tests/backtrace_test.v
|
||||||
./v test-fixed
|
./v test-fixed
|
||||||
- name: x64 machine code generation
|
- name: x64 machine code generation
|
||||||
run: |
|
run: |
|
||||||
./v -o vprod -prod cmd/v
|
./v -o vprod -prod cmd/v
|
||||||
@ -268,8 +268,8 @@ jobs:
|
|||||||
.\make.bat -msvc
|
.\make.bat -msvc
|
||||||
- name: Fixed tests
|
- name: Fixed tests
|
||||||
run: |
|
run: |
|
||||||
./v vlib/v/tests/backtrace_test.v
|
./v vlib/v/tests/backtrace_test.v
|
||||||
./v test-fixed
|
./v test-fixed
|
||||||
# - name: Test
|
# - name: Test
|
||||||
# run: |
|
# run: |
|
||||||
# .\v.exe -silent test-compiler
|
# .\v.exe -silent test-compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user