|
@@ -289,6 +289,8 @@ jobs:
|
|
|
path: tests/cpi-returns
|
|
|
- cmd: cd tests/multiple-suites && anchor test --skip-lint && npx tsc --noEmit
|
|
|
path: tests/multiple-suites
|
|
|
+ - cmd: cd tests/multiple-suites-run-single && anchor test --skip-lint --run tests/should-run && npx tsc --noEmit
|
|
|
+ path: tests/multiple-suites-run-single
|
|
|
- cmd: cd tests/pda-derivation && anchor test --skip-lint && npx tsc --noEmit
|
|
|
path: tests/pda-derivation
|
|
|
- cmd: cd tests/relations-derivation && anchor test --skip-lint && npx tsc --noEmit
|