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

This commit is contained in:
acheron 2024-03-30 17:04:43 +01:00 committed by GitHub
parent c66b323293
commit 800d6557b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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