Skip to content

Commit

Permalink
alarmcn/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 0e5be4f commit 93f5dde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alarmcn/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 93f5dde

Please sign in to comment.