Skip to content

Commit

Permalink
Only restart between implementations for ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Aug 30, 2024
1 parent fccbed0 commit 12b24ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Test python
run: cargo test --features ${{ matrix.rust.features }} test_python -- --test-threads=1
- name: Restart simulator
if: matrix.emulator.name == 'ledger'
run: docker restart simulator
- name: Test binary
run: cargo test --features ${{ matrix.rust.features }} test_binary -- --test-threads=1
Expand Down

0 comments on commit 12b24ec

Please sign in to comment.