Skip to content

Commit 4bc010b

Browse files
committed
[spec] add windows build test
1 parent fdb250b commit 4bc010b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ defaults:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
os: [ubuntu-latest, windows-latest]
1216

1317
steps:
1418
- name: Code Checkout

0 commit comments

Comments
 (0)