Skip to content

Commit a80001e

Browse files
committed
add cargo bin to path
1 parent 99db9a7 commit a80001e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/program-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- name: Start Light test validator
8686
run: |
8787
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
88+
export PATH="$HOME/.cargo/bin:$PATH"
8889
light test-validator
8990
9091
- name: Run tests

0 commit comments

Comments
 (0)