From fe54ae58ef6672e8c9745f0f57e233b17ef18e85 Mon Sep 17 00:00:00 2001 From: Facundo Lerena Date: Thu, 30 Nov 2023 15:15:12 -0300 Subject: [PATCH] Add core-mem-forget to ci --- .github/workflows/test-detectors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-detectors.yml b/.github/workflows/test-detectors.yml index edad1258..1ab4fcaf 100644 --- a/.github/workflows/test-detectors.yml +++ b/.github/workflows/test-detectors.yml @@ -97,6 +97,7 @@ jobs: - macos-latest test: [ + "core-mem-forget" "divide-before-multiply", "overflow-check", "unprotected-update-current-contract-wasm",