Skip to content

Commit

Permalink
submodules: recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Oct 10, 2023
1 parent 49372a0 commit 9193db4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ jobs:
echo "TUID=$UID" >> $GITHUB_ENV
- name: Checkout sources
uses: actions/checkout@master
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
submodules: recursive


- name: Install rust stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
1 change: 0 additions & 1 deletion evm/script/DeployGateway.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ contract DeployScript is Script {

TokenFaucet faucet = new TokenFaucet{salt: salt}(address(t));
t.grantRole(MINTER_ROLE, address(faucet));
t.grantRole(BURNER_ROLE, address(faucet));
}
}

0 comments on commit 9193db4

Please sign in to comment.