Skip to content

Commit

Permalink
Update run-custom-command.yml - add ref and opt builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored Feb 28, 2024
1 parent 9621516 commit 8b68a72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-custom-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
run: ${{ github.event.inputs.cmd }}

0 comments on commit 8b68a72

Please sign in to comment.