mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 02:21:21 +00:00
Remove integration test (#1490)
* Remove integration test * Remove from top list
This commit is contained in:
@ -7,7 +7,6 @@ workflows:
|
|||||||
- test
|
- test
|
||||||
- test-wasm
|
- test-wasm
|
||||||
- check-rustdoc-links
|
- check-rustdoc-links
|
||||||
- integration-test
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@ -91,23 +90,3 @@ jobs:
|
|||||||
- ./target
|
- ./target
|
||||||
- /usr/local/cargo
|
- /usr/local/cargo
|
||||||
- /root/.cache/sccache
|
- /root/.cache/sccache
|
||||||
|
|
||||||
integration-test:
|
|
||||||
docker:
|
|
||||||
- image: rust
|
|
||||||
- image: ipfs/go-ipfs
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- restore_cache:
|
|
||||||
key: integration-test-cache-{{ epoch }}
|
|
||||||
- run:
|
|
||||||
name: Print Rust version
|
|
||||||
command: |
|
|
||||||
rustc --version
|
|
||||||
- run:
|
|
||||||
command: cargo run --example ipfs-kad
|
|
||||||
- save_cache:
|
|
||||||
key: integration-test-cache-{{ epoch }}
|
|
||||||
paths:
|
|
||||||
- "~/.cargo"
|
|
||||||
- "./target"
|
|
||||||
|
Reference in New Issue
Block a user