Skip to content

Commit 29f4bf5

Browse files
kermanxaapoalas
authored andcommitted
ci: run build and test on all three platforms
1 parent a82b040 commit 29f4bf5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@ jobs:
8888
RUST_BACKTRACE: 1
8989

9090
test262:
91-
name: Test262
92-
# TODO: Run CI on all three platforms.
93-
runs-on: ubuntu-latest
91+
name: Test262 (${{ matrix.os }})
92+
runs-on: ${{ matrix.os }}
9493
timeout-minutes: 50
94+
strategy:
95+
matrix:
96+
os: [ubuntu-latest, macos-latest, windows-latest]
9597
steps:
9698
- uses: actions/checkout@v4
9799
- name: Install Rust toolchain

0 commit comments

Comments
 (0)