From ae8f7f8851e733399efb514344bb8b256c36d964 Mon Sep 17 00:00:00 2001 From: Alexhandru Date: Tue, 3 Sep 2024 15:15:37 +0300 Subject: [PATCH] Add 'Tests' section in 'Contributing' file --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 788e2a3b6..e62187974 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,6 +48,8 @@ All contributions must follow the below standards. Maintainers will close out PR `forge build` to get contract artifacts and dependencies for forge +## Tests + `forge test --isolate` to run forge tests and update snapshots ## Code of Conduct