Skip to content

Commit

Permalink
test: Ugly patch for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Feb 20, 2024
1 parent 484642e commit eb8fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: harhdat coverage
run: yarn coverage
run: mv foundry.toml _foundry.toml && yarn coverage && mv _foundry.toml foundry.toml
continue-on-error: true
env:
NODE_OPTIONS: --max-old-space-size=4096
Expand Down

0 comments on commit eb8fc38

Please sign in to comment.