Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 73e2455

Browse files
committed
Relocate test-client
1 parent 13a279c commit 73e2455

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = [
3-
"ci/client",
3+
"utils/test-client",
44
"memo/program",
55
"token-swap/program",
66
"token/cli",

ci/script.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ _ cargo +nightly clippy --workspace --all-targets -- --deny=warnings
2727

2828

2929
# Build client libraries
30-
(
31-
#export SPL_CBINDGEN=1 # <-- Force cbindgen header generation
32-
_ cargo build
33-
)
34-
_ cargo run --manifest-path=ci/client/Cargo.toml
30+
_ cargo build
31+
_ cargo run --manifest-path=utils/test-client/Cargo.toml
32+
3533

3634
# Check generated C headers
3735
#_ git diff --exit-code token/program/inc/token.h
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)