Skip to content

Commit 3b2e72d

Browse files
committed
more run command
1 parent 501ae8c commit 3b2e72d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,13 @@ jobs:
242242
- name: Make Binaries Executable
243243
run: chmod +x $CARGO_TARGET_DIR/debug/*
244244

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

0 commit comments

Comments
 (0)