Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@ jobs:

test:
name: Lint, Test, and Format Check
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
# Surface failures on every platform rather than aborting the whole
# matrix on the first failure — Linux signal stays clean if Windows
# flakes, and vice versa.
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]

steps:
- name: Checkout code
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/cross-platform-builds.yml

This file was deleted.

Loading