Add unittests to build process

This commit is contained in:
TheNetworkGuy 2025-06-16 10:03:58 +00:00
parent e0d28633c3
commit d79f96a5b4
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,9 @@ on:
jobs:
test_quality:
uses: ./.github/workflows/quality.yml
uses: ./.github/workflows/quality.yml
test_code:
uses: ./.github/workflows/run_tests.yml
build:
runs-on: ubuntu-latest
steps:

View File

@ -4,6 +4,7 @@ name: Pytest code testing
on:
push:
pull_request:
workflow_call:
jobs:
test_code: