From 9f9a1a138bf897b52fdd4da76d4aadecd31364de Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:44:04 +0100 Subject: [PATCH] Matrix elements must be arrays. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 575cba0c..00eaa799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: fail-fast: true matrix: go: [1.11, 1.12, 1.13] - run_long_tests: no - allow_failure: no + run_long_tests: [no] + allow_failure: [no] include: - go: master run_long_tests: no