Skip to content

Commit 76042f5

Browse files
committed
update test command
1 parent f4c27e4 commit 76042f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install --upgrade --upgrade-strategy=only-if-needed -r test-requirements.txt
4343
- name: Test with pytest
4444
run: |
45-
python -m pytest tests/test_adapters.py --cov=ipforce --cov-report=term
45+
python -m pytest tests/ --cov=ipforce --cov-report=term --ignore=tests/test_ipv4.py --ignore=tests/test_ipv6.py
4646
- name: Upload coverage to Codecov
4747
uses: codecov/codecov-action@v4
4848
with:

0 commit comments

Comments
 (0)