diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53fafe29b3..e3e5933ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,6 +270,16 @@ jobs: ./v build-module vlib/os ./v build-module vlib/builtin ./v build-module vlib/strconv + ./v build-module vlib/time + ./v build-module vlib/term + ./v build-module vlib/math + ./v build-module vlib/strings + ./v build-module vlib/v/token + ./v build-module vlib/v/ast + ./v build-module vlib/v/parser + ./v build-module vlib/v/cgen + ./v build-module vlib/v/depgraph + ./v build-module vlib/os/cmdline - name: x64 machine code generation run: | exit