diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38a67f295..1fdea20cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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