|
|
@@ -17,3 +17,10 @@ jobs:
|
|
|
toolchain: nightly
|
|
|
components: rustfmt, clippy
|
|
|
- uses: pre-commit/action@v2.0.3
|
|
|
+ - name: Install Solana
|
|
|
+ run: |
|
|
|
+ sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
|
|
|
+ echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
|
|
|
+ - name: Run executor tests
|
|
|
+ run: cargo test-bpf --manifest-path ./pythnet/remote-executor/Cargo.toml
|
|
|
+
|