From ef59bac5111ade0512347560f83ea1a2110e2e48 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 5 Apr 2020 00:34:34 +0300 Subject: [PATCH] Add passing math, bitfield, os, and strconv tests to the temporary list, run on the Ubuntu CI. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05254a82a5..5f70a59291 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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