Skip to content

Commit

Permalink
Enable all tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bollian committed Feb 13, 2024
1 parent fdecd2b commit c1f6ae5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -25,15 +25,3 @@ jobs:
node-version: 20
- run: npm install
- run: npm test

test_windows:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run-script test-windows

0 comments on commit c1f6ae5

Please sign in to comment.