mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: temporary tests
This commit is contained in:
parent
683aa75b8d
commit
fcea7f6c9d
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -127,7 +127,10 @@ jobs:
|
||||
# run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||
- name: v self compilation
|
||||
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
|
||||
|
||||
- name: temporary tests
|
||||
run: |
|
||||
./v vlib/builtin/array_test.v
|
||||
./v vlib/v/tests/fn_multiple_returns_test.v
|
||||
- name: x64 machine code generation
|
||||
run: |
|
||||
./v -o vprod -prod cmd/v
|
||||
|
Loading…
Reference in New Issue
Block a user