Skip to content

fixes

fixes #226

Workflow file for this run

name: "non-release testing"
on:
push:
branches:
- '**'
- '!master'
- '!main'
- '!develop'
jobs:
tests:
uses: "./.github/workflows/unit-tests.yml" # use the callable tests job to run tests