From dd148dffee94a4ab21f2de9094f63fdaf7ef07e1 Mon Sep 17 00:00:00 2001 From: Ermyas Abebe Date: Fri, 12 Apr 2024 14:31:27 +1000 Subject: [PATCH] Update testing instructions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc0ccb13..3bf1a1d1 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,9 @@ $ forge build ``` ### Testing -To run unit and integration tests execute the following command: +To run unit, integration and fuzz tests execute the following command: ```shell -$ forge test --no-match-path "test/{fork,invariant,fuzz}/**" +$ forge test --no-match-path "test/{fork,invariant}/**" ``` **Fork Tests**