ci: add more temporary tests
parent
461a5b2c18
commit
ddb182c988
|
@ -132,6 +132,33 @@ jobs:
|
||||||
./v vlib/builtin/array_test.v
|
./v vlib/builtin/array_test.v
|
||||||
./v vlib/builtin/string_test.v
|
./v vlib/builtin/string_test.v
|
||||||
./v vlib/v/tests/fn_multiple_returns_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
|
- name: x64 machine code generation
|
||||||
run: |
|
run: |
|
||||||
./v -o vprod -prod cmd/v
|
./v -o vprod -prod cmd/v
|
||||||
|
|
Loading…
Reference in New Issue