Skip to content

Commit 91d06c3

Browse files
committed
Debug
1 parent 0cbf61f commit 91d06c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/clippy_bors.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
integration:
195195
needs: integration_build
196196
strategy:
197-
fail-fast: false
197+
fail-fast: true
198198
max-parallel: 6
199199
matrix:
200200
integration:
@@ -243,6 +243,8 @@ jobs:
243243
path: target
244244
- name: Make Binaries Executable
245245
run: chmod +x $CARGO_TARGET_DIR/debug/*
246+
- name: Debug
247+
run: ls -la $CARGO_TARGET_DIR/debug
246248
- name: Test ${{ matrix.integration }}
247249
run: $CARGO_TARGET_DIR/debug/integration
248250
env:

0 commit comments

Comments
 (0)