Skip to content

Commit

Permalink
Only run unit tests for now
Browse files Browse the repository at this point in the history
We need to install solc, geth and matrix to run all tests and the CI
code to do so is not ready, yet.
  • Loading branch information
karlb committed Aug 4, 2022
1 parent 9c285ca commit 0e118dd
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 @@ -39,4 +39,4 @@ jobs:
- name: Test
run: |
source ./venv/bin/activate
pytest raiden_common/tests/ -n 4 -x
pytest raiden_common/tests/unit -n 4 -x

0 comments on commit 0e118dd

Please sign in to comment.