|
|
@@ -2,9 +2,10 @@ name: Check Remote Executor
|
|
|
|
|
|
on:
|
|
|
pull_request:
|
|
|
+ paths: [ pythnet/remote-executor/** ]
|
|
|
push:
|
|
|
branches: [main]
|
|
|
-
|
|
|
+ paths: [ pythnet/remote-executor/** ]
|
|
|
jobs:
|
|
|
pre-commit:
|
|
|
runs-on: ubuntu-latest
|
|
|
@@ -23,4 +24,4 @@ jobs:
|
|
|
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
|
|
|
-
|
|
|
+
|