ci: stop running dht interop tests for cross targets

This commit is contained in:
Joonas Koivunen 2021-01-05 18:13:41 +02:00
parent d2951b715a
commit 9913ab8282

View File

@ -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)