We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82ddc4 commit 849cc7cCopy full SHA for 849cc7c
.github/workflows/sdk-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
matrix:
49
include:
50
- program: sdk-test-program
51
- sub-tests: '["cargo-test-sbf -p sdk-native-test", "cargo-test-sbf -p sdk-v1-native-test", "cargo sbf-test -p client-test"]'
+ sub-tests: '["cargo-test-sbf -p sdk-native-test", "cargo-test-sbf -p sdk-v1-native-test", "cargo test-sbf -p client-test"]'
52
- program: sdk-anchor-test-program
53
sub-tests: '["cargo-test-sbf -p sdk-anchor-test", "cargo-test-sbf -p sdk-pinocchio-v1-test", "cargo-test-sbf -p sdk-pinocchio-v2-test"]'
54
- program: sdk-libs
0 commit comments