pages.ta: standardize placeholders, update pages (#11478)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-13 07:58:59 +05:30
committed by GitHub
parent 613f30030f
commit bee46b42e6
96 changed files with 383 additions and 350 deletions

View File

@@ -11,10 +11,6 @@
`cargo test -- --test-threads={{எண்ணிக்கை}}`
- `Cargo.lock` புதுப்பித்த நிலையில் இருக்க வேண்டும்:
`cargo test --locked`
- மேம்படுத்தல்களுடன், வெளியீட்டு பயன்முறையில் கலைப்பொருட்களை சோதிக்கவும்:
`cargo test --release`
@@ -23,7 +19,7 @@
`cargo test --workspace`
- ஒரு தொகுப்புக்கான சோதனைகளை இயக்கவும்:
- ஒரு குறிப்பிட்ட தொகுப்புக்கான சோதனைகளை இயக்கவும்:
`cargo test --package {{தொகுப்பு}}`