From ebb3f4e40264f1bd41c69025b67872c9b5ece4b7 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 20 May 2020 12:20:06 +0300 Subject: [PATCH] ci: add new explict job 'install-modules', to test 'v install' --- .github/workflows/ci.yml | 13 +++++++++++++ cmd/tools/vtest-fixed.v | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b26f7c1765..e7a5dda3fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,3 +318,16 @@ jobs: run: ./v -cc g++-9 test-fixed - name: V self compilation with g++ run: ./v -cc g++-9 -o v2 cmd/v && ./v2 -cc g++-9 -o v3 cmd/v + + install-modules: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Install dependencies + run: sudo apt-get install --quiet -y libssl-dev + - name: Build V + run: make -j4 + - name: Installing V modules + run: | + ./v install ui + ./v install nedpals.args diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 9723327220..8d7669bd1c 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -10,7 +10,6 @@ const ( 'vlib/v/tests/num_lit_call_method_test.v', 'vlib/v/tests/pointers_test.v', 'vlib/v/tests/pointers_str_test.v', - 'vlib/arrays/arrays_test.v', 'vlib/net/http/http_httpbin_test.v', ] skip_on_musl = [