Skip to content

Update CI

Update CI #38

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