We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21c3a commit 30a6520Copy full SHA for 30a6520
.github/workflows/ci.yml
@@ -19,9 +19,10 @@ env:
19
jobs:
20
test-go:
21
name: Test Go
22
- runs-on: rspack-ubuntu-22.04-large
+ runs-on: ${{ matrix.os }}
23
strategy:
24
matrix:
25
+ os: [ubuntu-latest, macos-latest, windows-latest]
26
go-version: ['1.24.1']
27
steps:
28
- name: Checkout code
@@ -53,9 +54,10 @@ jobs:
53
54
55
test-node:
56
name: Test npm packages
57
58
59
60
61
62
63
0 commit comments