Add executor tests to CI (#302)

* Add tests to CI

* Fix yaml format
This commit is contained in:
guibescos 2022-09-22 13:50:48 -05:00 committed by GitHub
parent 6898b390e6
commit 40b031a223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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