Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 29, 2024
1 parent c08c147 commit 7078cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Foundry_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
version: nightly

- name: Install forge dependencies
working-directory: ./public-gateway
working-directory: TNLS-Gateways/public-gateway
run: forge install

- name: Run tests
working-directory: ./public-gateway
working-directory: TNLS-Gateways/public-gateway
run: forge test -vvv

- name: Check gas snapshots
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ base58==2.1.1
based58==0.1.1
bech32==1.2.0
bip32utils==0.3.post4
bitarray==1.2.2
bitarray==2.4.0
black==22.3.0
boltons==21.0.0
cachetools==4.2.4
Expand Down

0 comments on commit 7078cce

Please sign in to comment.