ci: stop running dht interop tests for cross targets
This commit is contained in:
parent
d2951b715a
commit
9913ab8282
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
||||
run: cargo build --locked --workspace --all-targets
|
||||
|
||||
- name: Run interop DHT tests with go-ipfs
|
||||
if: matrix.platform.host == 'ubuntu-latest'
|
||||
if: matrix.platform.host == 'ubuntu-latest' && matrix.platform.cross == false
|
||||
run: cargo test --features=test_go_interop dht
|
||||
|
||||
- name: Setup conformance tests (non-cross targets)
|
||||
|
Loading…
Reference in New Issue
Block a user