Skip to content

Commit 3246de3

Browse files
committed
fix?
1 parent 3b2e72d commit 3246de3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,22 @@ jobs:
244244

245245
# Run # this fails
246246
- name: Test ${{ matrix.integration }}
247+
env:
248+
INTEGRATION: ${{ matrix.integration }}
247249
run: |
248250
RUSTUP_TOOLCHAIN="$(rustup show active-toolchain | grep -o -E "nightly-[0-9]{4}-[0-9]{2}-[0-9]{2}")" \
249251
$CARGO_TARGET_DIR/debug/integration
252+
253+
- name: Test ${{ matrix.integration }} echo
254+
env:
255+
INTEGRATION: ${{ matrix.integration }}
250256
run: echo integration "${INTEGRATION}"
251-
run: ls -c1 $CARGO_TARGET_DIR/debug/
257+
258+
- name: Test ${{ matrix.integration }} peek into dir
252259
env:
253260
INTEGRATION: ${{ matrix.integration }}
261+
run: ls -c1 $CARGO_TARGET_DIR/debug/
262+
254263

255264
# These jobs doesn't actually test anything, but they're only used to tell
256265
# bors the build completed, as there is no practical way to detect when a

0 commit comments

Comments
 (0)