Skip to content

Commit

Permalink
Merge branch 'master' of github.com:paritytech/frontier
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainVincent committed May 30, 2021
2 parents 5ff7703 + 6e2e908 commit 6b005e6
Show file tree
Hide file tree
Showing 119 changed files with 11,955 additions and 3,028 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: cargo build --verbose --all --release
- name: Run tests
run: cargo test --verbose --all --release
- name: Build manual seal client
run: cd template/node && cargo build --release --verbose --no-default-features --features manual-seal
- name: Use Node.js 10
uses: actions/setup-node@v1
with:
Expand All @@ -40,4 +42,4 @@ jobs:
- name: Set LD_LIBRARY_PATH
run: echo "LD_LIBRARY_PATH=$(find target -name "libssvm-evmc.so" | xargs readlink -f | xargs dirname)" >> $GITHUB_ENV
- name: Run functional tests
run: cd ts-tests && npm run test
run: cd ts-tests && npm run build && npm run test
Loading

0 comments on commit 6b005e6

Please sign in to comment.