Skip to content

Commit

Permalink
chore(ci): run tests on different arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaim Lev-Ari committed Oct 24, 2023
1 parent 1379b29 commit b8784ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Test
on: push
jobs:
test:
strategy:
matrix:
config:
- { platform: linux, arch: amd64 }
- { platform: linux, arch: arm64 }
- { platform: windows, arch: amd64, version: 1809 }
- { platform: windows, arch: amd64, version: ltsc2022 }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b8784ea

Please sign in to comment.