Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
Replace `make go_test` with `make go_develop_and_test`
  • Loading branch information
Olshansk authored Oct 26, 2023
1 parent b4e7677 commit 14593da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14593da

Please sign in to comment.