1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: test a failed test

This commit is contained in:
Alexander Medvednikov 2020-04-02 09:50:39 +02:00
parent fcea7f6c9d
commit 1e99968607

View File

@ -130,6 +130,7 @@ jobs:
- name: temporary tests
run: |
./v vlib/builtin/array_test.v
./v vlib/builtin/string_test.v
./v vlib/v/tests/fn_multiple_returns_test.v
- name: x64 machine code generation
run: |