Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzyah committed Feb 2, 2024
1 parent 5256ad2 commit 258c254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- run: pip install black pytest maturin virtualenv
- name: Check tests style with black
run: black --check client/hwlib/pytests/
- name: Prepare the Rust lib with Python bindings
- name: Prepare the Rust lib with Python bindings and run pytest
run: |
virtualenv venv
source venv/bin/activate
cd client/hwlib/
maturin develop
- run: pytest pytests/
pytest pytests/

0 comments on commit 258c254

Please sign in to comment.