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

ci: remove prod_test for now

This commit is contained in:
Alexander Medvednikov 2020-04-02 10:31:06 +02:00
parent 2fc70900d3
commit ce771c7a5a

View File

@ -134,7 +134,6 @@ jobs:
./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/nameof_test.v