bbolt/.github/workflows/tests_arm64.yaml
James Blair 53450a9f2b
Fix yamllint errors in workflow files.
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-28 09:12:31 +13:00

15 lines
364 B
YAML

---
name: Tests ARM64
permissions: read-all
on: [push, pull_request]
jobs:
test-linux-arm64:
uses: ./.github/workflows/tests-template.yml
with:
runs-on: actuated-arm64-4cpu-8gb
test-linux-arm64-race:
uses: ./.github/workflows/tests-template.yml
with:
runs-on: actuated-arm64-8cpu-8gb
targets: "['linux-unit-test-4-cpu-race']"