Skip to content

Commit 212c912

Browse files
committed
Add Windows CI unit tests
1 parent 24b8fbb commit 212c912

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/check.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
matrix:
1111
os:
1212
- ubuntu-22.04
13-
#- windows-latest
13+
- windows-latest
1414
pio_env:
1515
- native
16-
#- Win32
17-
# exclude:
18-
# - os: ubuntu-22.04
19-
# pio_env: Win32
20-
# - os: windows-latest
21-
# pio_env: native
16+
- Win32
17+
exclude:
18+
- os: ubuntu-22.04
19+
pio_env: Win32
20+
- os: windows-latest
21+
pio_env: native
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)