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

Commit bd03af1

Browse files
committed
Exclude associated-token-account/program from workspace until cargo test works for it
1 parent e5c2a45 commit bd03af1

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[workspace]
22
members = [
3-
"associated-token-account/program",
43
"memo/program",
54
"shared-memory/program",
65
"stake-pool/program",
@@ -15,5 +14,6 @@ members = [
1514
"utils/test-client",
1615
]
1716
exclude = [
17+
"associated-token-account/program", # Exclude until `cargo test` works
1818
"themis/client_ristretto",
1919
]

associated-token-account/program/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ crate-type = ["cdylib", "lib"]
2424

2525
[package.metadata.docs.rs]
2626
targets = ["x86_64-unknown-linux-gnu"]
27+
28+
[workspace]

associated-token-account/program/build.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)