summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaoyang Zhang2021-10-24 23:03:55 +0800
committerGaoyang Zhang2021-10-24 23:04:16 +0800
commitf9cf0dd4693676f8c9042e3f3e14872bdd6feb93 (patch)
tree1c7a2f2e8fec09c4dde22fb77f914716f9d31a79
parent17fd5043a3a4a5d325defe30bb4cebf216be17c5 (diff)
downloadaur-f9cf0dd4693676f8c9042e3f3e14872bdd6feb93.tar.gz
Revert "chore: also run tests in doc"
This reverts commit 17fd5043a3a4a5d325defe30bb4cebf216be17c5. Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eb0d0fd587a..f67ffb8cb5bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dt-cli
pkgdesc = Syncing dotfiles and more
pkgver = 0.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/blurgyy/dt
arch = any
license = MIT OR Apache 2.0
diff --git a/PKGBUILD b/PKGBUILD
index 5dc2c58f64c6..912b427e196d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaoyang Zhang <gy@blurgy.xyz>
pkgname=dt-cli
pkgver=0.2.1
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="Syncing dotfiles and more"
arch=("any")
@@ -35,7 +35,6 @@ build() {
check() {
cd "dt-$pkgver"
cargo test --bin=dt-cli --lib=dt-core --all-features --locked
- cargo test --doc --all-features --locked
}
package() {