From 2dbe8669fb9c8ef0de18e3469780826e170c7e39 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Thu, 26 Oct 2023 14:08:24 -0700 Subject: [PATCH] Update pull_request_template.md Replace `make go_test` with `make go_develop_and_test` --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 88c355a48..1599a1f49 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -44,7 +44,7 @@ Select one or more: ## Testing -- [ ] **Run all unit tests**: `make go_test` +- [ ] **Run all unit tests**: `make go_develop_and_test` - [ ] **Verify Localnet manually**: See the instructions [here](TODO: add link to instructions) ## Sanity Checklist