Skip to content

Commit

Permalink
Upgrade libp2p to 0.41.0 (#3137)
Browse files Browse the repository at this point in the history
* Upgrade libp2p to 0.41.0

* Rebase master

* [ci] temporary disable integration test.

Co-authored-by: jolestar <[email protected]>
  • Loading branch information
sanlee42 and jolestar authored Jan 18, 2022
1 parent 64ddd2c commit b0d5143
Show file tree
Hide file tree
Showing 45 changed files with 663 additions and 606 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
args: -p starcoin-move-prover
- name: check changed files
run: bash ./scripts/changed-files.sh
- name: integration test dev environment
env:
RUST_LOG: info
RUST_BACKTRACE: full
STARCOIN_WS: ${{ secrets.STARCOIN_WS }}
uses: actions-rs/cargo@v1
with:
command: test
args: --test integration -- -e cmd
# - name: integration test dev environment
# env:
# RUST_LOG: info
# RUST_BACKTRACE: full
# STARCOIN_WS: ${{ secrets.STARCOIN_WS }}
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --test integration -- -e cmd
Loading

0 comments on commit b0d5143

Please sign in to comment.