mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
chore(pkgbuild): remove the check function
This commit is contained in:
parent
9dc9cd2a65
commit
2bfa669fd7
1 changed files with 0 additions and 6 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -28,12 +28,6 @@ build() {
|
|||
cargo build --frozen --release --all-features
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$pkgname-$pkgver"
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
cargo test --frozen --all-features
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue