Skip to content

Commit

Permalink
Added basic matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhouse committed Mar 18, 2024
1 parent 4ddb7ed commit cf2d7d6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,22 @@ jobs:
test:

name: Test
runs-on: ubuntu-latest

strategy:
matrix:
os: [
ubuntu-latest,
windows-latest,
macos-latest
]
target: [
aarch64-unknown-linux-gnu,
armv7-unknown-linux-gnueabi,
x86_64-unknown-linux-gnu,
i686-unknown-linux-gnu
]

runs-on: ${{ matrix.os }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit cf2d7d6

Please sign in to comment.