We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501ae8c commit 3b2e72dCopy full SHA for 3b2e72d
1 file changed
.github/workflows/clippy_bors.yml
@@ -242,11 +242,13 @@ jobs:
242
- name: Make Binaries Executable
243
run: chmod +x $CARGO_TARGET_DIR/debug/*
244
245
- # Run
+ # Run # this fails
246
- name: Test ${{ matrix.integration }}
247
run: |
248
RUSTUP_TOOLCHAIN="$(rustup show active-toolchain | grep -o -E "nightly-[0-9]{4}-[0-9]{2}-[0-9]{2}")" \
249
$CARGO_TARGET_DIR/debug/integration
250
+ run: echo integration "${INTEGRATION}"
251
+ run: ls -c1 $CARGO_TARGET_DIR/debug/
252
env:
253
INTEGRATION: ${{ matrix.integration }}
254
0 commit comments