Skip to content

Commit

Permalink
Add test script file
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Oct 11, 2023
1 parent 1f769bb commit 646cc80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-faststream-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 646cc80

Please sign in to comment.