Skip to content

Commit 40b031a

Browse files
authored
Add executor tests to CI (#302)
* Add tests to CI * Fix yaml format
1 parent 6898b39 commit 40b031a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/remote-executor-lints.yml renamed to .github/workflows/remote-executor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ jobs:
1717
toolchain: nightly
1818
components: rustfmt, clippy
1919
- uses: pre-commit/[email protected]
20+
- name: Install Solana
21+
run: |
22+
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
23+
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
24+
- name: Run executor tests
25+
run: cargo test-bpf --manifest-path ./pythnet/remote-executor/Cargo.toml
26+

0 commit comments

Comments
 (0)