Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Feb 6, 2024
1 parent ba998c9 commit 64b4e15
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: ac
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run test
Expand All @@ -36,15 +35,15 @@ jobs:
toolchain: stable
override: true
- run: cargo test
test_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run-script test-windows
# test_windows:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: true
# fetch-depth: 0
# - uses: actions/setup-node@v4
# with:
# node-version: 18
# - run: npm install
# - run: npm run-script test-windows

0 comments on commit 64b4e15

Please sign in to comment.