[patch-axel-ci-test-2] CI testing #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2021, Proofcraft Pty Ltd | |
# | |
# SPDX-License-Identifier: BSD-2-Clause | |
# Actions to run on pull requests | |
name: Camkes VM | |
on: | |
pull_request: | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
march: [nehalem, armv7a, armv8a] | |
steps: | |
- uses: axel-h/ci-actions/camkes-vm@patch-axel-7 | |
with: | |
march: ${{ matrix.march }} |