We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426c3fc commit 12236ddCopy full SHA for 12236dd
.github/workflows/checks.yml
@@ -33,6 +33,8 @@ jobs:
33
GAS: true
34
steps:
35
- uses: actions/checkout@v4
36
+ with:
37
+ submodules: recursive
38
- name: Set up environment
39
uses: ./.github/actions/setup
40
- name: Run tests and generate gas report
@@ -42,6 +44,8 @@ jobs:
42
44
runs-on: ubuntu-latest
43
45
46
47
48
49
50
51
- name: Run coverage
@@ -62,6 +66,8 @@ jobs:
62
66
63
67
64
68
69
70
65
71
72
73
- run: rm foundry.toml
0 commit comments