ci: temporary tests
parent
683aa75b8d
commit
fcea7f6c9d
|
@ -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