Skip to content

Commit f76fb77

Browse files
committed
Ignore the integration test using mark.
1 parent 9c84264 commit f76fb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
pip install poetry
2121
poetry install --all-extras --with test
2222
- name: Test with pytest
23-
run: poetry run pytest
23+
run: poetry run pytest -m "not integration"
2424

0 commit comments

Comments
 (0)