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:
link2xt
2023-01-12 17:42:19 +00:00
parent 0b07dafe77
commit a5354ded3f

View File

@@ -67,6 +67,7 @@ jobs:
build_and_test:
name: Build and test
strategy:
fail-fast: false
matrix:
include:
# Currently used Rust version.