commit | 6ca8989013656aa749b89c8afadd173ce1406ec8 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Sat May 08 13:51:34 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Fri May 28 09:09:36 2021 +0530 |
tree | 9615bf93e2c055234efca1ffe24ebc508004edd8 | |
parent | 5e88b14a01e790fd324c537f9f7a71928b4bffea [diff] |
ci: Disble failfast temporarily
diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 1e91961..0d5a3ba 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml
@@ -7,7 +7,7 @@ runs-on: ubuntu-18.04 strategy: - fail-fast: true + fail-fast: false matrix: container: [1, 2, 3]