diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index cc5e0bbc00fd..fe9012847b4c 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -40,5 +40,5 @@ jobs: - name: Run test env: SIM_ID: ${{ steps.boot-simulator.outputs.sim-id }} - run: cargo dinghy -p auto-ios-aarch64-sim -d $SIM_ID test --workspace --all-features + run: cargo dinghy -p auto-ios-aarch64-sim -d $SIM_ID test -p libp2p-core --all-features