소스 검색

ci: Add `declare-program` tests (#2873)

acheron 1 년 전
부모
커밋
800d6557b9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/reusable-tests.yaml

+ 2 - 0
.github/workflows/reusable-tests.yaml

@@ -412,6 +412,8 @@ jobs:
             path: tests/cashiers-check
           - cmd: cd tests/declare-id && anchor test --skip-lint && npx tsc --noEmit
             path: tests/declare-id
+          - cmd: cd tests/declare-program && anchor test --skip-lint
+            path: tests/declare-program
           - cmd: cd tests/typescript && anchor test --skip-lint && npx tsc --noEmit
             path: tests/typescript
           # zero-copy tests cause `/usr/bin/ld: final link failed: No space left on device`