Skip to content

Commit b6f1e97

Browse files
authored
Merge pull request #6 from shader-ls/test/cross-platform
test: Cross-Platform test
2 parents c005eb9 + f2b3b99 commit b6f1e97

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ env:
1616

1717
jobs:
1818
build:
19+
runs-on: ${{ matrix.os }}
1920
strategy:
2021
fail-fast: false
2122
matrix:
23+
os:
24+
#- ubuntu-latest
25+
#- macos-latest
26+
- windows-latest
2227
configuration: [Debug, Release]
2328

24-
runs-on: windows-latest
25-
2629
steps:
2730
- uses: actions/checkout@v4
2831

0 commit comments

Comments
 (0)