File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -244,13 +244,22 @@ jobs:
244
244
245
245
# Run # this fails
246
246
- name : Test ${{ matrix.integration }}
247
+ env :
248
+ INTEGRATION : ${{ matrix.integration }}
247
249
run : |
248
250
RUSTUP_TOOLCHAIN="$(rustup show active-toolchain | grep -o -E "nightly-[0-9]{4}-[0-9]{2}-[0-9]{2}")" \
249
251
$CARGO_TARGET_DIR/debug/integration
252
+
253
+ - name : Test ${{ matrix.integration }} echo
254
+ env :
255
+ INTEGRATION : ${{ matrix.integration }}
250
256
run : echo integration "${INTEGRATION}"
251
- run : ls -c1 $CARGO_TARGET_DIR/debug/
257
+
258
+ - name : Test ${{ matrix.integration }} peek into dir
252
259
env :
253
260
INTEGRATION : ${{ matrix.integration }}
261
+ run : ls -c1 $CARGO_TARGET_DIR/debug/
262
+
254
263
255
264
# These jobs doesn't actually test anything, but they're only used to tell
256
265
# bors the build completed, as there is no practical way to detect when a
You can’t perform that action at this time.
0 commit comments