We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0142a commit 712abcaCopy full SHA for 712abca
.github/workflows/ci.yml
@@ -286,18 +286,6 @@ jobs:
286
arguments: --workspace --all-features
287
command: check
288
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 || '' }}
301
302
docker_build_and_test:
303
name: Docker Test
0 commit comments