Skip to content

Commit 3334e92

Browse files
committed
CI: re-enable windows tests; add stable toolchain tests
1 parent 8cd56bb commit 3334e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-latest, macos-latest]
40-
# disabled because of shaderc dependencies: windows-latest
39+
os: [ubuntu-latest, macos-latest, windows-latest]
40+
toolchain: [stable, nightly]
4141

4242
steps:
4343
- uses: actions/checkout@v2
4444
- name: Install latest nightly
4545
uses: actions-rs/toolchain@v1
4646
with:
47-
toolchain: nightly
47+
toolchain: ${{ matrix.toolchain }}
4848
override: true
4949
- name: Install xcb libraries
5050
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)