Skip to content

Commit 12b24ec

Browse files
committed
Only restart between implementations for ledger
1 parent fccbed0 commit 12b24ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Test python
8282
run: cargo test --features ${{ matrix.rust.features }} test_python -- --test-threads=1
8383
- name: Restart simulator
84+
if: matrix.emulator.name == 'ledger'
8485
run: docker restart simulator
8586
- name: Test binary
8687
run: cargo test --features ${{ matrix.rust.features }} test_binary -- --test-threads=1

0 commit comments

Comments
 (0)