From b9fa53d65dba9941f1d7872da6c90428dad03de5 Mon Sep 17 00:00:00 2001 From: immrsd Date: Fri, 13 Dec 2024 10:02:15 +0100 Subject: [PATCH] Fix workflow file --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a436a3546..233917f7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,13 +49,8 @@ jobs: - name: Cairo lint run: scarb fmt --check --workspace -<<<<<<< HEAD - - name: Run tests and generate coverage report - run: snforge test --workspace --coverage --features fuzzing --fuzzer-runs 10000 -======= - name: Run tests - run: snforge test --workspace ->>>>>>> main + run: snforge test --workspace --coverage --features fuzzing --fuzzer-runs 10000 # Issue with cairo-coverage. Re-add to CI once issues are fixed. #