Skip to content

Commit

Permalink
chore(fix): comment execution test
Browse files Browse the repository at this point in the history
  • Loading branch information
waldirborbajr committed Nov 14, 2023
1 parent 345ccc1 commit 0501ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
# DELTA_BIN=target/${{ matrix.target }}/release/delta
# ./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
# - name: Run executable
# run: cargo run --release --target ${{ matrix.target }} -- < /dev/null

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 0501ca1

Please sign in to comment.