mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
ci: use new "transport-interop" action
Resolves: #4592. Pull-Request: #4594.
This commit is contained in:
6
.github/workflows/interop-test.yml
vendored
6
.github/workflows/interop-test.yml
vendored
@@ -10,8 +10,8 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
run-multidim-interop:
|
||||
name: Run multidimensional interoperability tests
|
||||
run-transport-interop:
|
||||
name: Run transport interoperability tests
|
||||
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
FLAVOUR: ${{ matrix.flavour }}
|
||||
|
||||
- name: Run ${{ matrix.flavour }} tests
|
||||
uses: libp2p/test-plans/.github/actions/run-interop-ping-test@master
|
||||
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
|
||||
with:
|
||||
test-filter: ${{ matrix.flavour }}-rust-libp2p-head
|
||||
extra-versions: ${{ github.workspace }}/interop-tests/${{ matrix.flavour }}-ping-version.json
|
||||
|
Reference in New Issue
Block a user