rebuild workflows

This commit is contained in:
Kyle Altendorf 2022-04-27 13:13:22 -04:00
parent 28eaf46b3e
commit de0d933b42
No known key found for this signature in database
GPG Key ID: 5715D880FF005192
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ jobs:
- name: Test wallet-did_wallet code with pytest
run: |
. ./activate
venv/bin/coverage run --rcfile=.coveragerc --module pytest --durations=10 -n 0 -m "not benchmark" tests/wallet/did_wallet/test_did.py tests/wallet/did_wallet/test_did_rpc.py
venv/bin/coverage run --rcfile=.coveragerc --module pytest --durations=10 -n 0 -m "not benchmark" tests/wallet/did_wallet/test_did.py tests/wallet/did_wallet/test_did_rpc.py tests/wallet/did_wallet/test_nft_clvm.py tests/wallet/did_wallet/test_nft_rpc.py tests/wallet/did_wallet/test_nft_wallet.py
- name: Process coverage data
run: |

View File

@ -92,7 +92,7 @@ jobs:
- name: Test wallet-did_wallet code with pytest
run: |
. ./activate
venv/bin/coverage run --rcfile=.coveragerc --module pytest --durations=10 -n 0 -m "not benchmark" -p no:monitor tests/wallet/did_wallet/test_did.py tests/wallet/did_wallet/test_did_rpc.py
venv/bin/coverage run --rcfile=.coveragerc --module pytest --durations=10 -n 0 -m "not benchmark" -p no:monitor tests/wallet/did_wallet/test_did.py tests/wallet/did_wallet/test_did_rpc.py tests/wallet/did_wallet/test_nft_clvm.py tests/wallet/did_wallet/test_nft_rpc.py tests/wallet/did_wallet/test_nft_wallet.py
- name: Process coverage data
run: |