diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd05c7d..85e516e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,7 @@ env: jobs: check: name: Check and Lint + if: always() # prevent skipping CI on failure strategy: matrix: os: [ubuntu-latest] @@ -49,6 +50,7 @@ jobs: args: --workspace --all-targets -- -D warnings test: name: Run unit tests + if: always() # prevent skipping CI on failure strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]