Skip to content

Commit

Permalink
Fix node build alpha5 (AstarNetwork#126)
Browse files Browse the repository at this point in the history
* Upgrade to substrate 2.0-alpha4

* add trait to Runtime

* passed build

* rust version up

* upgrade substrate version testing

* change use plasm-master

* fix cargo.lock

* fix lockdrop-tests

Co-authored-by: Alexander Krupenkin <[email protected]>
  • Loading branch information
satellitex and akru authored Apr 2, 2020
1 parent c36859a commit bdfe901
Show file tree
Hide file tree
Showing 23 changed files with 375 additions and 7,517 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
run: choco install llvm
- uses: hecrj/setup-rust-action@v1
with:
rust-version: 'nightly-2020-02-02'
rust-version: 'nightly-2020-03-21'
targets: 'wasm32-unknown-unknown'
- name: Checkout the source code
- name: Checkout the source coder
uses: actions/checkout@master
- name: Check targets are installed correctly
run: rustup target list --installed
- name: Install build tools
run: cargo install --git https://github.com/alexcrichton/wasm-gc --force
- name: Run all tests
- name: Run all tests
run: cargo test --all
- name: Build optimized binary
run: cargo build --release --verbose
Loading

0 comments on commit bdfe901

Please sign in to comment.