mirror of
https://github.com/ceph/go-ceph
synced 2024-12-25 23:52:27 +00:00
CI: disable fail-fast in test-suite
Because of the flaky tests sometimes the non-required test cancels the required one, which makes the flaky tests even more annoying.
This commit is contained in:
parent
61fd94254c
commit
8c28840637
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
test-suite:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ceph_version:
|
||||
- "nautilus"
|
||||
|
Loading…
Reference in New Issue
Block a user