From 00e9daf79037629000e9f3b2dde12a44f93f2612 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 21 Oct 2020 00:17:47 +0200 Subject: [PATCH] ci: test building more modules --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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