We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47dec5 commit 81c4c84Copy full SHA for 81c4c84
.github/workflows/clippy_bors.yml
@@ -9,6 +9,7 @@ on:
9
- 'LICENSE-*'
10
- '**.md'
11
- '**.txt'
12
+ pull_request:
13
14
env:
15
RUST_BACKTRACE: 1
@@ -194,7 +195,7 @@ jobs:
194
195
integration:
196
needs: integration_build
197
strategy:
- fail-fast: false
198
+ fail-fast: true
199
max-parallel: 6
200
matrix:
201
@@ -241,6 +242,8 @@ jobs:
241
242
with:
243
name: target
244
path: target
245
+ - name: Debug
246
+ run: ls -la $CARGO_TARGET_DIR/debug
247
- name: Test ${{ matrix.integration }}
248
run: $CARGO_TARGET_DIR/debug/integration
249
0 commit comments