Skip to content

Commit

Permalink
Expaned GH action steps to test for bind threads
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Mar 19, 2023
1 parent e473682 commit e82a0cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
ssh-keygen -q -f ~/.ssh/id_rsa -N ''
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
uname -a
- name: Test with unittest
- name: Bind threads tests with unittest
run: |
python -m unittest discover -v -s ./rpyc ./tests
RPYC_BIND_THREADS="true" python -m unittest discover -v
- name: Default tests with unittest
run: |
python -m unittest discover -v

0 comments on commit e82a0cc

Please sign in to comment.