Skip to content

Commit

Permalink
mise: temporarily comment check()
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Feb 9, 2025
1 parent fcf25bf commit 0e5be4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions archlinuxcn/mise/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ build() {
cargo build --frozen --release --all-features
}

check() {
cd "${pkgname}-${pkgver}/"
cargo test --frozen --all-features
}
# check() {
# cd "${pkgname}-${pkgver}/"
# cargo test --frozen --all-features
# }

package() {
cd "${pkgname}-${pkgver}/"
Expand Down

0 comments on commit 0e5be4f

Please sign in to comment.