From d5efcc3f95bf2c3c864e146d2e72190ac07e9f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Volpe?= Date: Tue, 19 Dec 2023 16:15:15 +0100 Subject: [PATCH] Added identity --- .github/workflows/protocol_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/protocol_tests.yml b/.github/workflows/protocol_tests.yml index b6a0db6cace..aa071a36b13 100644 --- a/.github/workflows/protocol_tests.yml +++ b/.github/workflows/protocol_tests.yml @@ -63,6 +63,10 @@ jobs: if: success() || failure() run: forge test -vvv --block-gas-limit 20000000 --match-path "test-sol/stability/*" + - name: Run tests identity + if: success() || failure() + run: forge test -vvv --match-path "test-sol/identity/*" + - name: Fail if there are tests without folder if: success() || failure() run: |