Skip to content

Instruction Processing Test Framework #351

Instruction Processing Test Framework

Instruction Processing Test Framework #351

Workflow file for this run

name: On Pull Request
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
tests-fddev:
uses: ./.github/workflows/tests_fddev.yml
secrets: inherit
whitespace-check:
uses: ./.github/workflows/trailing_whitespace.yml