Skip to content

Commit

Permalink
more run command
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jul 25, 2023
1 parent 501ae8c commit 3b2e72d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,13 @@ jobs:
- name: Make Binaries Executable
run: chmod +x $CARGO_TARGET_DIR/debug/*

# Run
# Run # this fails
- name: Test ${{ matrix.integration }}
run: |
RUSTUP_TOOLCHAIN="$(rustup show active-toolchain | grep -o -E "nightly-[0-9]{4}-[0-9]{2}-[0-9]{2}")" \
$CARGO_TARGET_DIR/debug/integration
run: echo integration "${INTEGRATION}"
run: ls -c1 $CARGO_TARGET_DIR/debug/
env:
INTEGRATION: ${{ matrix.integration }}

Expand Down

0 comments on commit 3b2e72d

Please sign in to comment.