Skip to content

squashed: Windows adaptation: Fixed some error points in Windows systems #24

squashed: Windows adaptation: Fixed some error points in Windows systems

squashed: Windows adaptation: Fixed some error points in Windows systems #24

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: |
bun install
bun install --no-save esbuild@^0.19.11
bun test --coverage