8000 modify ci, add windows test · coder-xiaotian/swc-useclient@8b45c5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b45c5f

Browse files
modify ci, add windows test
1 parent 8816e6d commit 8b45c5f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rust.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
test:
14-
runs-on: ubuntu-latest
13+
MacOS:
14+
runs-on: macos-10.15
15+
steps:
16+
- uses: actions/checkout@v3
17+
- name: Run tests
18+
run: cd transform && cargo test --verbose
1519

20+
Windows:
21+
runs-on: windows-2019
1622
steps:
1723
- uses: actions/checkout@v3
1824
- name: Run tests

0 commit comments

Comments
 (0)
0