Skip to content

Commit c72a198

Browse files
committed
ci: set fail-fast false for cross-platform matrix
Windows has 15 known test failures (#39) related to path separators and managed install paths. Use fail-fast: false so Linux and macOS results are not cancelled by Windows failures. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent aa56c62 commit c72a198

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
unit-test:
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
os: [ubuntu-latest, macos-latest, windows-latest]
2021
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)