chore: add integration test to default tests
This commit is contained in:
parent
59713aefb8
commit
3795ff3e38
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue