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 4da6508 commit 1c2712cCopy full SHA for 1c2712c
.github/workflows/interop-test.yml
@@ -26,7 +26,7 @@ jobs:
26
run-ping-interop-cross-implementation:
27
uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master"
28
with:
29
- composition_file: "ping/_compositions/go-rust-interop-latest.toml"
+ composition_file: "ping/_compositions/all-interop-latest.toml"
30
custom_git_target: github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
31
custom_git_reference: ${{ github.event.pull_request.head.sha || github.sha }}
32
custom_interop_target: rust
0 commit comments