From b889891a69017c106cb1d02abc7f2d21e56d16d2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 19 Sep 2020 13:10:22 +0200 Subject: [PATCH] Set fail-fast true --- .github/workflows/github_evennia_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_evennia_action.yml b/.github/workflows/github_evennia_action.yml index 3eb6c50324..d56b564696 100644 --- a/.github/workflows/github_evennia_action.yml +++ b/.github/workflows/github_evennia_action.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: [3.7, 3.8] TESTING_DB: ['sqlite3', 'postgresql', 'mysql'] - fail-fast: False + fail-fast: true steps: