浏览代码

missing tests for cli subsuites (#2307)

Co-authored-by: henrye <henry@notanemail>
Henry-E 2 年之前
父节点
当前提交
d88a09dbb7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/no-cashing-tests.yaml

+ 2 - 0
.github/workflows/no-cashing-tests.yaml

@@ -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