Skip to content

Commit

Permalink
Make it single line for more output
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Aug 4, 2024
1 parent 659a57b commit b3467d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:
- name: Run test
env:
SIM_ID: ${{ steps.boot-simulator.outputs.sim-id }}
run: |
cargo dinghy -d $SIM_ID test --workspace --all-features
run: cargo dinghy -d $SIM_ID test --workspace --all-features

0 comments on commit b3467d4

Please sign in to comment.