Skip to content

Update Workflow options #37

Update Workflow options

Update Workflow options #37

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
unit:
name: Unit Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-suite: Unit