Skip to content

Commit 712abca

Browse files
committed
WIP3
1 parent 5a0142a commit 712abca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -286,18 +286,6 @@ jobs:
286286
arguments: --workspace --all-features
287287
command: check
288288
command-arguments: "-Dwarnings"
289-
290-
netsim-integration-tests:
291-
permissions: write-all
292-
if: "github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'flaky-test')"
293-
uses: './.github/workflows/netsim_runner.yaml'
294-
secrets: inherit
295-
with:
296-
branch: ${{ github.ref }}
297-
max_workers: 4
298-
netsim_branch: "main"
299-
sim_paths: "sims/iroh/iroh.json,sims/integration"
300-
pr_number: ${{ github.event.pull_request.number || '' }}
301289

302290
docker_build_and_test:
303291
name: Docker Test

0 commit comments

Comments
 (0)