commit | 622bf077e76faeba5c7006d52438b5c1508b5c86 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Sat May 08 13:51:34 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Sat May 08 13:51:34 2021 +0530 |
tree | 85ce37c9465fcce0caf9fb6a343e7398f83e4257 | |
parent | 80aa8a3149e2f0274f1a9c5ec3bf37cffc3cc321 [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]