This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b3e3bff Quick stop for now
b3e3bff is described below
commit b3e3bff49a13fa00e81dd57c443f3b541a0bd4e1
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 11:15:41 2022 +0000
Quick stop for now
---
.github/workflows/unittest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 6929da1..af0261f 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -5,7 +5,7 @@ on:
jobs:
test:
strategy:
- fail-fast: false
+ fail-fast: true
matrix:
os: [ubuntu-20.04, macos-latest]
ruby: [2.7, 3.1]