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 b607019 commit 1f769bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-faststream-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
pip install -e ".[dev]"
- name: Run pytest
shell: bash
run: pytest
run: bash scripts/test.sh

5 changes: 5 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

coverage run -m pytest -x --ff "$@" || \
coverage run -m pytest -x --ff "$@" || \
coverage run -m pytest -x --ff "$@"

0 comments on commit 1f769bb

Please sign in to comment.