diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9fac5..35f9682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,8 @@ jobs: - name: typecheck — mypy run: mypy src/roar_sdk/ --ignore-missing-imports working-directory: python - - run: pytest tests/conformance/ -v + - name: conformance tests + run: pytest tests/test_conformance*.py -v working-directory: . - name: cross-SDK interop tests run: pytest tests/test_cross_sdk_interop.py -v