mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +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-wasm
|
||||
- check-rustdoc-links
|
||||
- integration-test
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -91,23 +90,3 @@ jobs:
|
||||
- ./target
|
||||
- /usr/local/cargo
|
||||
- /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