aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2023-11-05 19:25:59 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-05 19:25:59 +0100
commit3ead307ea9551c91d28aea159053b357215936a3 (patch)
tree8b94c37a1eb121af1e5824359b14819222cf3d77 /.github
parentadd support to go 1.21.x into test.yml (#1642) (diff)
downloadfasthttp-3ead307ea9551c91d28aea159053b357215936a3.tar.gz
fasthttp-3ead307ea9551c91d28aea159053b357215936a3.tar.bz2
fasthttp-3ead307ea9551c91d28aea159053b357215936a3.zip
Don't fast fail when one test fails (#1645)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 11829a5..8f5c3d8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,6 +7,7 @@ on:
jobs:
test:
strategy:
+ fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]