Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
add "install solc" and update erc20 submodule steps in wf main-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AronisAt79 authored Oct 5, 2023
1 parent cf3e5a0 commit 0929b7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install solc
run: |
sudo wget -O /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.21/solc-static-linux
sudo chmod +x /usr/bin/solc
- name: Update ERC20 git submodule
run: git submodule update --init --recursive --checkout integration-tests/contracts/vendor/openzeppelin-contracts
- name: Cargo build
- name: Run light tests # light tests are run in parallel
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 0929b7c

Please sign in to comment.