Fuzz Base64 and Base64URL (#4853)

Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
Ernesto García
2024-01-24 09:09:41 -06:00
committed by GitHub
parent e86bb45477
commit 6b30d2d8de
4 changed files with 20 additions and 49 deletions

View File

@ -83,8 +83,7 @@ jobs:
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
# Base64Test requires `--ffi`. See test/utils/Base64.t.sol
run: forge test -vv --no-match-contract Base64Test
run: forge test -vv
coverage:
runs-on: ubuntu-latest