change feature to execute sync from rpc to test-rpc

This commit is contained in:
Riccardo Casatta
2021-06-01 14:18:40 +02:00
parent 9b7ed08891
commit e1b037a921
4 changed files with 4 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ jobs:
- name: start ${{ matrix.blockchain.name }}
run: nohup ${{ matrix.blockchain.start }} & sleep 5
- name: Test
run: $HOME/.cargo/bin/cargo test --features ${{ matrix.blockchain.name }},test-blockchains --no-default-features ${{ matrix.blockchain.name }}::bdk_blockchain_tests
run: $HOME/.cargo/bin/cargo test --features test-${{ matrix.blockchain.name }},test-blockchains --no-default-features ${{ matrix.blockchain.name }}::bdk_blockchain_tests
check-wasm:
name: Check WASM