Skip to content

Commit

Permalink
Remove integration test (#1490)
Browse files Browse the repository at this point in the history
* Remove integration test

* Remove from top list
  • Loading branch information
tomaka authored Mar 11, 2020
1 parent 10089c5 commit 2084fad
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ workflows:
- test
- test-wasm
- check-rustdoc-links
- integration-test

jobs:
test:
Expand Down Expand Up @@ -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"

0 comments on commit 2084fad

Please sign in to comment.