Skip to content

Commit

Permalink
Test helix-git
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Feb 21, 2024
1 parent b15cca2 commit 529c22c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions helix-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ provides=('hx')
conflicts=('helix')
source=("${_pkgname}::git+${_git}")
sha256sums=('SKIP')
options=(!lto)

_bin="hx"
_lib_path="/usr/lib/${_pkgname}"
Expand Down Expand Up @@ -80,13 +81,13 @@ build() {
cargo build --frozen --offline --release
}

check() {
cd "${_pkgname}"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo test --frozen --offline --workspace
cargo integration-test --frozen --offline
}
# check() {
# cd "${_pkgname}"
# export RUSTUP_TOOLCHAIN=stable
# export CARGO_TARGET_DIR=target
# cargo test --frozen --offline --workspace
# cargo integration-test --frozen --offline
# }

package() {
cd "${_pkgname}"
Expand Down

0 comments on commit 529c22c

Please sign in to comment.