From 1e99968607cd177d12971763efb92c0e3cb5c7f5 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 2 Apr 2020 09:50:39 +0200 Subject: [PATCH] ci: test a failed test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66b42c73f..e21a210e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: - name: temporary tests run: | ./v vlib/builtin/array_test.v + ./v vlib/builtin/string_test.v ./v vlib/v/tests/fn_multiple_returns_test.v - name: x64 machine code generation run: |