diff --git a/PKGBUILD b/PKGBUILD index 9ca2e6d4d4f1..d53b960e9daa 100644 --- a/PKGBUILD +++ b/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"