From a1aeadde96d64fe0cd19164f05b73f1060259efa Mon Sep 17 00:00:00 2001 From: Scott Piriou <30843220+pscott@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:58:44 +0200 Subject: [PATCH] fix: build with --test flag in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e41e709d..dac67c82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: - name: Build Cairo contracts working-directory: ./starknet - run: scarb build --verbose + run: scarb build --test --verbose - name: Run Cairo tests working-directory: ./starknet