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