Skip to content

Commit

Permalink
chore(fixtures): enable verbose logging for output
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 2, 2024
1 parent 8d2f1fa commit 2927231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/fixtures/test-fixtures-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ git init

# Show results
echo -e "\n---Run git-cliff---"
cargo run --manifest-path "$SCRIPT_DIR/../../Cargo.toml" -- --config "$FIXTURES_DIR/cliff.toml" "${@:2}"
cargo run --manifest-path "$SCRIPT_DIR/../../Cargo.toml" -- -vv --config "$FIXTURES_DIR/cliff.toml" "${@:2}"

0 comments on commit 2927231

Please sign in to comment.