Skip to content

Commit 9f9d071

Browse files
committed
Limit pytest to unit tests in CI
The load_test.py uses Locust which isn't a CI dependency. Run only tests/unit to skip load tests during CI.
1 parent b03c50e commit 9f9d071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run Tests with SQLite
3838
run: |
3939
source app/venv/bin/activate
40-
pytest -v
40+
pytest -v tests/unit
4141
4242
- name: Build Docker Image
4343
id: build-image

0 commit comments

Comments
 (0)