Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO 354c3adfe8
Some checks failed
CI / test (push) Failing after 1s
Install package then run tests
2026-02-01 21:07:40 +00:00

12 lines
196 B
YAML

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: python3 --version
- run: pip install -e .
- run: pytest tests/ -v --tb=short