Skip to content

Commit

Permalink
Merge pull request #6 from shader-ls/test/cross-platform
Browse files Browse the repository at this point in the history
test: Cross-Platform test
  • Loading branch information
jcs090218 authored Sep 9, 2023
2 parents c005eb9 + f2b3b99 commit b6f1e97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ env:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
#- ubuntu-latest
#- macos-latest
- windows-latest
configuration: [Debug, Release]

runs-on: windows-latest

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b6f1e97

Please sign in to comment.