From 62bae0cc030c1ed32745d49a1adc738484552f7d Mon Sep 17 00:00:00 2001 From: Hannes <55623006+umgefahren@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:46:21 +0200 Subject: [PATCH] Just libp2p-core --- .github/workflows/apple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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