Skip to content

Commit 04eee15

Browse files
committed
update: cd action
1 parent c5a25b3 commit 04eee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3333
- name: Test with pytest
3434
run: |
35-
pytest -vv
35+
pytest -m "not benchmark and not merkletreejs" -vv
3636
3737
deploy:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)