From fcea7f6c9df9a89553017d34da4ecaffa049af03 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 2 Apr 2020 09:40:53 +0200 Subject: [PATCH] ci: temporary tests --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 205c5e4295..b66b42c73f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,10 @@ jobs: # run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v - name: v self compilation run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v - + - name: temporary tests + run: | + ./v vlib/builtin/array_test.v + ./v vlib/v/tests/fn_multiple_returns_test.v - name: x64 machine code generation run: | ./v -o vprod -prod cmd/v