Skip to content

Commit 4ca4ca9

Browse files
committed
Merge branch 'master' of github.com:libp2p/rust-libp2p into update-webrtc
2 parents 2e7069b + 9caa7f5 commit 4ca4ca9

File tree

126 files changed

+2230
-885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+2230
-885
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
RUSTFLAGS: ''
309309
steps:
310310
- uses: actions/checkout@v4
311-
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.36.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
311+
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.39.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
312312
shell: bash
313313
- uses: obi1kenobi/cargo-semver-checks-action@7272cc2caa468d3e009a2b0a9cc366839348237b # v2.6
314314

.github/workflows/interop-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
3636
with:
3737
test-filter: ${{ matrix.flavour }}-rust-libp2p-head
38+
test-results-suffix: ${{matrix.flavour}}
3839
extra-versions: ${{ github.workspace }}/interop-tests/${{ matrix.flavour }}-ping-version.json
3940
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
4041
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)