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:
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
You can’t perform that action at this time.
0 commit comments