Skip to content
Snippets Groups Projects
Commit b46af9b0 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag: Committed by Celeste
Browse files

community/greetd: use cargo test in check()

parent 0a2a2733
No related branches found
No related tags found
1 merge request!65845community/greetd: use cargo test in check()
Pipeline #233998 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=greetd
pkgver=0.10.0
pkgrel=0
pkgrel=1
pkgdesc="Minimal and flexible login manager daemon"
url="https://git.sr.ht/~kennylevinsen/greetd"
# riscv64: blocked by cargo
......@@ -46,7 +46,7 @@ build() {
}
check() {
cargo check --frozen
cargo test --frozen
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment