mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 12:52:49 +03:00
chore(fixtures): build binaries using dev profile (#886)
This commit is contained in:
parent
8b7c20083a
commit
a394f88f1d
2
.github/actions/run-fixtures-test/action.yml
vendored
2
.github/actions/run-fixtures-test/action.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user