Skip to content

Commit 81c4c84

Browse files
committed
Debug
1 parent e47dec5 commit 81c4c84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/clippy_bors.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'LICENSE-*'
1010
- '**.md'
1111
- '**.txt'
12+
pull_request:
1213

1314
env:
1415
RUST_BACKTRACE: 1
@@ -194,7 +195,7 @@ jobs:
194195
integration:
195196
needs: integration_build
196197
strategy:
197-
fail-fast: false
198+
fail-fast: true
198199
max-parallel: 6
199200
matrix:
200201
integration:
@@ -241,6 +242,8 @@ jobs:
241242
with:
242243
name: target
243244
path: target
245+
- name: Debug
246+
run: ls -la $CARGO_TARGET_DIR/debug
244247
- name: Test ${{ matrix.integration }}
245248
run: $CARGO_TARGET_DIR/debug/integration
246249
env:

0 commit comments

Comments
 (0)