From 33959877d143c2506d6e7efcc74a52986f5a98cc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 27 Jul 2021 21:15:19 -0700 Subject: [PATCH] Remove fail-fast Somehow GitHub Actions has not been running. It's maybe because we merged the branch in a tricky manner. I'm guessing modifying this file might "activate" the workflow. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 070d5928..803522d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: test: runs-on: ubuntu-latest strategy: - fail-fast: false matrix: ruby: - '2.5'