Skip to content

Commit 783bda8

Browse files
committed
test3
1 parent a8585cc commit 783bda8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ jobs:
5858
cd program && cargo-build-sbf
5959
- name: Build test hook programs
6060
run: |
61-
cd tests/test-hook-program && cargo-build-sbf --features allow
62-
cp target/deploy/test_hook_program.so target/deploy/test_hook_allow.so
63-
cd tests/test-hook-program && cargo-build-sbf --features deny
64-
cp target/deploy/test_hook_program.so target/deploy/test_hook_deny.so
61+
cd tests/test-hook-program
62+
cargo-build-sbf --features allow
63+
cp ../../target/deploy/test_hook_program.so ../../target/deploy/test_hook_allow.so
64+
cargo-build-sbf --features deny
65+
cp ../../target/deploy/test_hook_program.so ../../target/deploy/test_hook_deny.so
6566
- name: Run integration tests
6667
run: |
6768
mkdir -p .cus

0 commit comments

Comments
 (0)