ci: temporary tests

pull/4189/head
Alexander Medvednikov 2020-04-02 09:40:53 +02:00
parent 683aa75b8d
commit fcea7f6c9d
1 changed files with 4 additions and 1 deletions

View File

@ -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