Skip to content

Commit

Permalink
fix: CI build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Dec 4, 2024
1 parent 9cb6518 commit 2968da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# ./tests/test_raw_output_matches_git_on_full_repo_history $DELTA_BIN
# ./tests/test_deprecated_options $DELTA_BIN > /dev/null
- name: Run executable
run: cargo run --release --target ${{ matrix.target }} -- < /dev/null
run: cargo run init --release --target ${{ matrix.target }} -- < /dev/null

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 2968da7

Please sign in to comment.