Skip to content

Commit

Permalink
ci: Add declare-program tests (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Mar 30, 2024
1 parent c66b323 commit 800d655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 800d655

Please sign in to comment.