Skip to content

Commit

Permalink
reduce tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed May 21, 2024
1 parent 1d5af06 commit f7d6f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: unit tests
run: poetry run pytest tests/unit --cov=./ --cov-report=xml
- name: integration tests
run: poetry run pytest tests/integration
run: poetry run pytest tests/integration -k 'topquadrant and test_223p_template'
- name: bacnet tests
run: |
cd tests/integration/fixtures/bacnet
Expand Down

0 comments on commit f7d6f45

Please sign in to comment.