mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
gnu/ci: allow to run a single gnu test (and document it)
This commit is contained in:
parent
0105531b7f
commit
e7f5916864
3 changed files with 12 additions and 1 deletions
|
@ -18,6 +18,7 @@ search the issues to make sure no one else is working on it.
|
|||
## Best practices
|
||||
|
||||
1. Follow what GNU is doing in term of options and behavior.
|
||||
1. If possible, look at the GNU test suite execution in the CI and make the test work if failing.
|
||||
1. Use clap for argument management.
|
||||
1. Make sure that the code coverage is covering all of the cases, including errors.
|
||||
1. The code must be clippy-warning-free and rustfmt-compliant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue