diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3178fd..ca1a80f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: "Run the tests" run: "forge test" - - name: "Build the contracts" + - name: "Check that the contracts are each under 24kB" run: | forge --version forge build --sizes