run tests in CI
Some checks failed
Run tests / build (push) Failing after 2s

This commit is contained in:
2026-04-14 02:57:20 +02:00
parent 4d115e3de4
commit ed2af16329
4 changed files with 27 additions and 38 deletions

View File

@@ -0,0 +1,10 @@
name: Run tests
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: poetry run python3 -m unittest