Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 31, 2020
1 parent 0cbf61f commit 91d06c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
integration:
needs: integration_build
strategy:
fail-fast: false
fail-fast: true
max-parallel: 6
matrix:
integration:
Expand Down Expand Up @@ -243,6 +243,8 @@ jobs:
path: target
- name: Make Binaries Executable
run: chmod +x $CARGO_TARGET_DIR/debug/*
- name: Debug
run: ls -la $CARGO_TARGET_DIR/debug
- name: Test ${{ matrix.integration }}
run: $CARGO_TARGET_DIR/debug/integration
env:
Expand Down

0 comments on commit 91d06c3

Please sign in to comment.