Skip to content

Commit

Permalink
debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Aug 21, 2024
1 parent 290aa7c commit dafcbdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,14 @@ jobs:
with:
name: jito_steward_test.so
path: target/deploy/
- name: Debug - List contents of target/deploy
run: ls -la target/deploy
shell: bash
- name: Debug - List all artifacts
run: find target -name "*.so"
shell: bash
- name: Rename test artifact to jito_steward.so
run: mv target/deploy/jito_steward_test.so target/deploy/jito_steward.so
run: mv ./target/deploy/jito_steward_test.so ./target/deploy/jito_steward.so
shell: bash
- name: cargo test
run: cargo test --package tests --all-features --color auto
Expand Down

0 comments on commit dafcbdf

Please sign in to comment.