chore: add integration test to default tests

This commit is contained in:
Tiara Rodney 2025-06-21 00:38:20 +02:00
parent 59713aefb8
commit 3795ff3e38
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB

View file

@ -16,7 +16,7 @@ configure: configure.ac
.venv/bin/python3 -m pip install --upgrade pip
.venv/bin/pip install -r requirements-dev.txt
test-reports: test-reports/unit test-reports/static
test-reports: test-reports/unit test-reports/static test-reports/integration
test-reports/unit:
python3 -m pipenv run -v test-unit