We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6898b39 commit 40b031aCopy full SHA for 40b031a
.github/workflows/remote-executor-lints.yml renamed to .github/workflows/remote-executor.yml
@@ -17,3 +17,10 @@ jobs:
17
toolchain: nightly
18
components: rustfmt, clippy
19
- 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