Skip to content

Refactor build system #17

Refactor build system

Refactor build system #17

Workflow file for this run

name: Tests ${{ matrix.target }}

Check failure on line 1 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / Tests ${{ matrix.target }}

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yaml (Line: 1, Col: 7): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.target
on:
pull_request:
branches: [ "main" ]
jobs:
test:
strategy:
matrix:
target: [qemu-v8a, qemu-v84a]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: install dependencies
run: sudo apt install gcc-aarch64-linux-gnu qemu-user
- name: Run tests
run: |
make runall-${{ matrix.target }}