Skip to content

Commit

Permalink
chore: try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Feb 16, 2024
1 parent a2eaa50 commit 2dd5299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Run unit tests
run: yarn test:unit
run: sudo yarn test:unit
env:
# Wallet.createRandom() won't work.
# Ref.: https://github.com/ethers-io/ethers.js/issues/3082
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: '0.8.20',
version: '0.8.24',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 2dd5299

Please sign in to comment.