in CI/CD, run other tests/check even if one of them fails

This commit is contained in:
undergroundwires
2021-03-28 14:26:09 +01:00
parent b2376ecc30
commit 5c43965f0b
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ jobs:
strategy:
matrix:
os: [macos, ubuntu, windows]
fail-fast: false # So it still runs on other OSes if one of them fails
runs-on: ${{ matrix.os }}-latest
steps:
-