fx: adjust for default do_check

This commit is contained in:
classabbyamp 2024-08-09 13:36:38 -04:00 committed by classabbyamp
parent 2f10c51584
commit d6660e24fa
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ changelog="https://github.com/antonmedv/fx/releases"
distfiles="https://github.com/antonmedv/fx/archive/refs/tags/${version}.tar.gz"
checksum=5ab642bb91ad9c1948de1add2d62acec22d82398e420957c191c1549999eb351
do_check() {
go test ./...
}
post_install() {
vlicense LICENSE
}