mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
fix(.github): use run-interop-ping @master
We are currently using an old version of the ping interop tests. E.g. we are missing https://github.com/libp2p/test-plans/pull/148 which adds rust-libp2p v0.51.0. Pull-Request: #3708.
This commit is contained in:
2
.github/workflows/interop-test.yml
vendored
2
.github/workflows/interop-test.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
- name: Build image
|
||||
run: docker buildx build --load -t rust-libp2p-head . -f interop-tests/Dockerfile
|
||||
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@2b40c181de24689f2ff29f2a595e46601c32b828
|
||||
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@master
|
||||
with:
|
||||
test-filter: rust-libp2p-head
|
||||
extra-versions: ${{ github.workspace }}/interop-tests/ping-version.json
|
||||
|
Reference in New Issue
Block a user