summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-03 14:02:46 -0500
committerDan Davison <dandavison7@gmail.com>2020-12-03 14:02:46 -0500
commit5536a32993fe06b547163a7caafb33d1cf2ec83a (patch)
tree4ec4545ee0a86715e9162cfc01198212f85dc07a
parent40068aac175bdea5f6395977719eaecd7e78c172 (diff)
Try something simpler
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed560153..2452d085 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,10 +59,9 @@ jobs:
command: build
args: --target ${{ matrix.target }} --release
- name: End to end tests
- run: |
- 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
+ run: >-
+ ./tests/test_raw_output_matches_git_on_full_repo_history target/${{ matrix.target }}/release/delta &&
+ ./tests/test_deprecated_options target/${{ matrix.target }}/release/delta > /dev/null
- name: Run executable
run: cargo run --release --target ${{ matrix.target }} -- < /dev/null