Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Aug 21, 2024
1 parent 2adb09b commit 7e60270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
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/test/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 7e60270

Please sign in to comment.