diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ccaee4..8ad77ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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