Skip to content

Commit

Permalink
Test with bun and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jan 4, 2025
1 parent 5a83a6e commit c636a51
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,22 @@ jobs:
name: Upload to coveralls.io
with:
github-token: ${{ github.token }}
Bun:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun x lj t
Test:
strategy:
matrix:
include:
- { node: 8, os: ubuntu-latest, arch: x86 }
- { node: 10, os: windows-latest, arch: x86 }
- { node: 12, os: macos-latest, arch: x64 }
- { node: 16, os: ubuntu-latest, arch: x64 }
- { node: 8, os: ubuntu-24.04, arch: x86 }
- { node: 10, os: windows-2022, arch: x86 }
- { node: 12, os: macos-13, arch: x64 }
- { node: 16, os: ubuntu-24.04, arch: x64 }
- { node: 22, os: macos-14, arch: arm64 }
runs-on: ${{ matrix.os }}
name: Node ${{matrix.node}} (${{matrix.os}} ${{matrix.arch}})
steps:
Expand Down

0 comments on commit c636a51

Please sign in to comment.