Skip to content

Commit 88e516c

Browse files
committed
new signer program
1 parent ef1f803 commit 88e516c

31 files changed

Lines changed: 1535 additions & 346 deletions

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
pull_request:
77

88
env:
9-
RUST_PACKAGES: "['client', 'interface', 'program']"
10-
SBPF_PROGRAM_PACKAGES: "['program']"
9+
RUST_PACKAGES: "['client', 'interface', 'program', 'signer-client', 'signer-interface', 'signer-program']"
10+
SBPF_PROGRAM_PACKAGES: "['program', 'signer-program']"
1111
NO_STD_CORE_PACKAGES: "['interface', 'program']"
12-
NO_STD_ALLOC_PACKAGES: "['client']"
12+
NO_STD_ALLOC_PACKAGES: "['client', 'signer-client', 'signer-interface', 'signer-program']"
1313

1414
jobs:
1515
set_env:

0 commit comments

Comments
 (0)