Skip to content

Commit

Permalink
ci: test run
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Sep 20, 2024
1 parent db98b1c commit 4a7b9e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:
anchor build
working-directory: ./solana
shell: bash
- run: find . -maxdepth 10 -name '*price_oracle.so'
- run: cp ./solana/src/solana/target/deploy/solana_price_oracle.so ./solana/tests/
- name: Run Solana SDK tests
run: |
anchor run setup-test
anchor test
working-directory: ./solana
shell: bash

0 comments on commit 4a7b9e1

Please sign in to comment.