Skip to content

Commit

Permalink
Run full test suite
Browse files Browse the repository at this point in the history
We started with only the unit tests to get the CI going. But now we are
ready to run all tests.
  • Loading branch information
karlb committed Aug 4, 2022
1 parent de2f982 commit ba04952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: |
source ./venv/bin/activate
export PATH=$PATH:$HOME/.local/bin
pytest raiden_common/tests/unit -n 4 -x
pytest raiden_common/tests -n 4 -x

0 comments on commit ba04952

Please sign in to comment.