Skip to content

Commit

Permalink
update: cd action
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Dec 29, 2023
1 parent c5a25b3 commit 04eee15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest -vv
pytest -m "not benchmark and not merkletreejs" -vv
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 04eee15

Please sign in to comment.