diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 5511f00a0d5..8d4b0cc18c6 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -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