Skip to content

Commit

Permalink
Merge branch 'master' into swarm-test-optional-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Oct 8, 2024
2 parents cfc0c32 + 93ad28c commit d7629b3
Show file tree
Hide file tree
Showing 52 changed files with 418 additions and 329 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/interop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
jobs:
run-transport-interop:
name: Run transport interoperability tests
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
strategy:
matrix:
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:
worker-count: 16
run-holepunching-interop:
name: Run hole-punch interoperability tests
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit d7629b3

Please sign in to comment.