Skip to content

Commit

Permalink
use maxperf profile for release CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 13, 2024
1 parent 2620e79 commit 8d8fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Build mev-rs
run: |
cargo install --path bin/mev --locked
cargo install --profile maxperf --path bin/mev --locked
mkdir artifacts
mv ~/.cargo/bin/mev ./artifacts
cd artifacts
Expand Down

0 comments on commit 8d8fa69

Please sign in to comment.