We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82b040 commit 29f4bf5Copy full SHA for 29f4bf5
.github/workflows/ci.yml
@@ -88,10 +88,12 @@ jobs:
88
RUST_BACKTRACE: 1
89
90
test262:
91
- name: Test262
92
- # TODO: Run CI on all three platforms.
93
- runs-on: ubuntu-latest
+ name: Test262 (${{ matrix.os }})
+ runs-on: ${{ matrix.os }}
94
timeout-minutes: 50
+ strategy:
95
+ matrix:
96
+ os: [ubuntu-latest, macos-latest, windows-latest]
97
steps:
98
- uses: actions/checkout@v4
99
- name: Install Rust toolchain
0 commit comments