From 2a7e82f9e47827ba3c12e07c8e740a90f36e18cb Mon Sep 17 00:00:00 2001 From: Noah Gundotra Date: Mon, 11 Nov 2024 15:59:18 -0500 Subject: [PATCH] Update test.yaml Signed-off-by: Noah Gundotra --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c053eb5..010b036 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,6 +19,8 @@ jobs: - test_squads_v3 - test_drift_v2 - test_marginfi_v2 + - test_local_example + - test_verify_from_image steps: - uses: actions/checkout@v4