Skip to content

Commit a799909

Browse files
committed
chore: bump versions
1 parent 427cb3b commit a799909

File tree

7 files changed

+783
-564
lines changed

7 files changed

+783
-564
lines changed

.github/workflows/program-tests.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,25 @@ jobs:
1717
strategy:
1818
matrix:
1919
include:
20-
- program: all-examples
20+
- program: create-and-update
21+
sub-tests: '[
22+
"cargo test-sbf -p create-and-update"
23+
]'
24+
- program: counter-anchor
2125
sub-tests: '[
22-
"cargo test-sbf -p create-and-update",
2326
"cargo test-sbf -p counter --manifest-path counter/anchor/Cargo.toml",
24-
"cd counter/anchor && npm install && npm test",
25-
"cargo test-sbf -p counter --manifest-path counter/native/Cargo.toml",
26-
"cargo test-sbf -p counter --manifest-path counter/pinocchio/Cargo.toml",
27+
"cd counter/anchor && npm install && npm test"
28+
]'
29+
- program: counter-native
30+
sub-tests: '[
31+
"cargo test-sbf -p counter --manifest-path counter/native/Cargo.toml"
32+
]'
33+
- program: counter-pinocchio
34+
sub-tests: '[
35+
"cargo test-sbf -p counter --manifest-path counter/pinocchio/Cargo.toml"
36+
]'
37+
- program: account-comparison
38+
sub-tests: '[
2739
"cargo test-sbf -p account-comparison --manifest-path account-comparison/Cargo.toml"
2840
]'
2941

0 commit comments

Comments
 (0)