We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a25b3 commit 04eee15Copy full SHA for 04eee15
.github/workflows/cd.yml
@@ -32,7 +32,7 @@ jobs:
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Test with pytest
34
run: |
35
- pytest -vv
+ pytest -m "not benchmark and not merkletreejs" -vv
36
37
deploy:
38
runs-on: ubuntu-latest
0 commit comments