Skip to content

Commit

Permalink
remove foundry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed May 21, 2024
1 parent 64c5d27 commit 9fd975a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ jobs:
- name: Run tests and generate gas report
run: npm run test

tests-foundry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
run: forge test -vv

codespell:
runs-on: ubuntu-latest
steps:
Expand All @@ -58,4 +47,4 @@ jobs:
with:
check_hidden: true
check_filenames: true
skip: package-lock.json,*.pdf
skip: package-lock.json

0 comments on commit 9fd975a

Please sign in to comment.