diff --git a/.github/workflows/run-custom-command.yml b/.github/workflows/run-custom-command.yml index 28bbc9f..53bb4ea 100644 --- a/.github/workflows/run-custom-command.yml +++ b/.github/workflows/run-custom-command.yml @@ -25,5 +25,11 @@ jobs: - name: Install forge dependencies run: forge install + - name: Precompile reference using 0.8.24 and via-ir=false + run: FOUNDRY_PROFILE=reference forge build + + - name: Precompile optimized using 0.8.24 and via-ir=true + run: FOUNDRY_PROFILE=optimized forge build + - name: Run custom command - run: ${{ github.event.inputs.cmd }} \ No newline at end of file + run: ${{ github.event.inputs.cmd }}