Skip to content

Commit

Permalink
ci: enable windows (#7539)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Nov 29, 2024
1 parent 63a66cf commit 6ef9cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
include:
# - os: windows-latest # See `test-windows` job below
- os: ubuntu-latest
- os: macos-14
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: taiki-e/checkout-action@v1
Expand All @@ -47,8 +47,8 @@ jobs:
- run: git diff --exit-code # Must commit everything

test-windows:
if: false
name: Test (windows-latest)
if: ${{ github.ref_name == 'main' }}
runs-on: windows-latest
steps:
- uses: taiki-e/checkout-action@v1
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
shell: bash
run: |
# cargo ck # no need to check because it's already checked in linux
cargo test
cargo test --workspace --exclude oxc_sourcemap
test-wasm32-wasip1-threads:
name: Test wasm32-wasip1-threads
Expand Down

0 comments on commit 6ef9cb0

Please sign in to comment.