Skip to content

Do all the tests

Do all the tests #1

Workflow file for this run

name: Tests
run-name: "Do all the tests"
on: [push]
jobs:
check-build:
uses: ./.github/workflows/build.yml
check-unit-tests:
needs: [check-build]
uses: ./.github/workflows/unit-test.yml
check-assembly-run:
needs: [check-build]
uses: ./.github/workflows/assembly-run.yml