Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit f3dba57

Browse files
author
Nick Vidal
committed
Remove 'cargo make ci-flow' from PR page
Signed-off-by: Nick Vidal <nick@profian.com>
1 parent fb5dfc3 commit f3dba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Contributing/PRs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide assumes that you have [forked our repo](https://help.github.com/en/gi
66

77
### Check that your code is really ready
88

9-
* You should run a quick `cargo fmt` in all the crates where you've made changes and run `cargo test` and `cargo make ci-flow` to double check that your changes didn't break functionality.
9+
* You should run a quick `cargo fmt` in all the crates where you've made changes and run `cargo test` to double check that your changes didn't break functionality.
1010
* Check the output when you run a `git diff upstream/master`. Do you see any changes you don't actually want to submit? Did you alter any code for testing purposes that shouldn't actually be part of the PR? If so, you should undo these changes.
1111

1212
### Squash your commits

0 commit comments

Comments
 (0)