We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccbed0 commit 12b24ecCopy full SHA for 12b24ec
.github/workflows/main.yml
@@ -81,6 +81,7 @@ jobs:
81
- name: Test python
82
run: cargo test --features ${{ matrix.rust.features }} test_python -- --test-threads=1
83
- name: Restart simulator
84
+ if: matrix.emulator.name == 'ledger'
85
run: docker restart simulator
86
- name: Test binary
87
run: cargo test --features ${{ matrix.rust.features }} test_binary -- --test-threads=1
0 commit comments