be more precise what/how to test (#664)

This commit is contained in:
Alex
2021-03-02 08:14:51 +01:00
committed by GitHub
parent 31f68791e4
commit 840eb95805

View File

@@ -1,10 +1,10 @@
## Standards checklist: ## Standards checklist:
- [ ] The PR title is descriptive. - [ ] The PR title is descriptive.
- [ ] The code compiles - [ ] The code compiles (`cargo build`)
- [ ] The code passes rustfmt - [ ] The code passes rustfmt (`cargo fmt`)
- [ ] The code passes clippy - [ ] The code passes clippy (`cargo clippy`)
- [ ] The code passes tests - [ ] The code passes tests (`cargo test`)
- [ ] *Optional:* I have tested the code myself - [ ] *Optional:* I have tested the code myself
- [ ] I also tested that Topgrade skips the step where needed - [ ] I also tested that Topgrade skips the step where needed