summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2023-04-30 11:51:58 +0100
committerChris Dent <cdent@anticdent.org>2023-04-30 11:51:58 +0100
commit02abe887d52254867fd4f287e7f361dd6c832100 (patch)
tree547564087e52ece34b40ba93b476ee3295320805
parentc29ebf951164d8c087b18a12c363eb089a83a0e9 (diff)
downloadpaste-git-02abe887d52254867fd4f287e7f361dd6c832100.tar.gz
temporarily turn off fail-fast to get more info
-rw-r--r--.github/workflows/tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index a352171..759e695 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -4,6 +4,7 @@ jobs:
build:
runs-on: ubuntu-20.04
strategy:
+ fail-fast: false
matrix:
include:
- python: 2.7