Skip to content

Commit

Permalink
chore(fixtures): build binaries using dev profile (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Sep 25, 2024
1 parent 8b7c200 commit a394f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-fixtures-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: dtolnay/rust-toolchain@nightly

- name: Install git-cliff
run: cargo install --path git-cliff/
run: cargo install --path git-cliff/ --profile dev
shell: bash

- name: Set git config
Expand Down

0 comments on commit a394f88

Please sign in to comment.