Skip to content
Closed
Prev Previous commit
add debug
  • Loading branch information
matthiaskrgr committed Mar 19, 2020
commit 8cb59cc2435f5ff3f4574c007b0a72f1acbc6bb3
3 changes: 3 additions & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ jobs:
- name: Build Integration Test
run: cargo test --test integration --features integration --no-run

- name: Debug
run: ls target/debug -l

# Upload
- name: Extract Binaries
run: |
Expand Down