mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Add passing math, bitfield, os, and strconv tests to the temporary list, run on the Ubuntu CI.
This commit is contained in:
parent
98086d7259
commit
ef59bac511
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -131,6 +131,11 @@ jobs:
|
||||
run: |
|
||||
./v vlib/builtin/array_test.v
|
||||
./v vlib/builtin/string_test.v
|
||||
./v vlib/strconv/atof_test.v
|
||||
./v vlib/math/math_test.v
|
||||
./v vlib/bitfield/bitfield_test.v
|
||||
./v vlib/os/os_test.v
|
||||
./v vlib/os/inode_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
|
||||
|
Loading…
Reference in New Issue
Block a user