diff --git a/.github/workflows/test-faststream-examples.yaml b/.github/workflows/test-faststream-examples.yaml index 6ca455e..51874c6 100644 --- a/.github/workflows/test-faststream-examples.yaml +++ b/.github/workflows/test-faststream-examples.yaml @@ -18,5 +18,8 @@ jobs: pip install -e ".[dev]" - name: Run pytest shell: bash - run: bash scripts/test.sh + run: | + scripts/test.sh + scripts/test.sh docs_src/tutorial/calculate-mean-app/tests/test_application.py + scripts/test.sh docs_src/tutorial/retrieve-publish-crypto/tests/test_application.py