ripgrep: add do_check().
This commit is contained in:
parent
99d4bb6a50
commit
dac4908aa6
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ nocross=yes
|
|||
do_build() {
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
do_check() {
|
||||
cargo test --release
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin target/release/rg
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue