From ddb182c988ecf9508f8c9819bc52cd9abea50569 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 2 Apr 2020 10:23:24 +0200 Subject: [PATCH] ci: add more temporary tests --- .github/workflows/ci.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e21a210e40..f438163781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,6 +132,33 @@ jobs: ./v vlib/builtin/array_test.v ./v vlib/builtin/string_test.v ./v vlib/v/tests/fn_multiple_returns_test.v + ./v vlib/v/tests/return_voidptr_test.v + ./v vlib/v/tests/voidptr_to_u64_cast_b_test.v + ./v vlib/v/tests/prod_test.v + ./v vlib/v/tests/cstrings_test.v + ./v vlib/v/tests/valgrind/valgrind_test.v +# ./v vlib/v/tests/live_test.v + ./v vlib/v/tests/nameof_test.v + ./v vlib/v/tests/repeated_multiret_values_test.v + ./v vlib/v/tests/modules/amodule/internal_module_test.v + ./v vlib/v/tests/modules/amodule/another_internal_module_test.v + ./v vlib/v/tests/modules/simplemodule/importing_test.v + ./v vlib/v/tests/reusable_mut_multiret_values_test.v + ./v vlib/v/tests/print_test.v + ./v vlib/v/tests/defer_test.v + ./v vlib/v/tests/typeof_simple_types_test.v + ./v vlib/v/tests/struct_chained_fields_correct_test.v + ./v vlib/v/tests/if_expression_test.v + ./v vlib/v/tests/backtrace_test.v + ./v vlib/v/tests/interfaces_map_test.v + ./v vlib/v/tests/fn_expecting_ref_but_returning_struct_test.v + ./v vlib/v/tests/inout/compiler_test.v + ./v vlib/v/tests/generic_test.v + ./v vlib/v/tests/interface_test.v + ./v vlib/v/tests/in_expression_test.v + ./v vlib/v/tests/attribute_test.v + ./v vlib/v/tests/str_gen_test.v + ./v vlib/v/tests/enum_hex_test.v - name: x64 machine code generation run: | ./v -o vprod -prod cmd/v