chore(pkgbuild): remove the check function

This commit is contained in:
Anas Elgarhy 2023-07-16 13:55:43 +03:00
parent 9dc9cd2a65
commit 2bfa669fd7
No known key found for this signature in database
GPG key ID: 0501802A1D496528

View file

@ -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"