mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
ci: disable fail-fast
This setting is true by default and causes Windows build to cancel when Linux fails due to flaky test and vice versa. Cancelled test then has to be restarted from scratch even though it was not going to fail.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# Currently used Rust version.
|
||||
|
||||
Reference in New Issue
Block a user