Skip to content

Commit e150a4b

Browse files
committed
test anchor
1 parent 57215ad commit e150a4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/solana.yml

+7
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,10 @@ jobs:
110110
for p in "${BPF_PACKAGES[@]}"; do
111111
cargo test-sbf --manifest-path "${p}"
112112
done
113+
114+
- name: Run anchor test
115+
uses: backpackapp/build:v0.29.0
116+
run: |
117+
cd solana
118+
make anchor-test
119+
done

0 commit comments

Comments
 (0)