From 800d6557b9ad3314f0af1479cc4313ac4015a8d6 Mon Sep 17 00:00:00 2001 From: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Sat, 30 Mar 2024 17:04:43 +0100 Subject: [PATCH] ci: Add `declare-program` tests (#2873) --- .github/workflows/reusable-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-tests.yaml b/.github/workflows/reusable-tests.yaml index e10edfa9a9..acfa54ce0e 100644 --- a/.github/workflows/reusable-tests.yaml +++ b/.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`