Skip to content

Commit 9fd975a

Browse files
committed
remove foundry tests
1 parent 64c5d27 commit 9fd975a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ jobs:
3838
- name: Run tests and generate gas report
3939
run: npm run test
4040

41-
tests-foundry:
42-
runs-on: ubuntu-latest
43-
steps:
44-
- uses: actions/checkout@v4
45-
with:
46-
submodules: recursive
47-
- name: Set up environment
48-
uses: ./.github/actions/setup
49-
- name: Run tests
50-
run: forge test -vv
51-
5241
codespell:
5342
runs-on: ubuntu-latest
5443
steps:
@@ -58,4 +47,4 @@ jobs:
5847
with:
5948
check_hidden: true
6049
check_filenames: true
61-
skip: package-lock.json,*.pdf
50+
skip: package-lock.json

0 commit comments

Comments
 (0)