George Hu pushed to branch main at Arch Linux / Packaging / Packages / onefetch
Commits:
39587e1a by George Hu at 2026-02-26T22:57:46+08:00
Avoid skipping tests
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -42,7 +42,7 @@ build() {
check() {
cd "$pkgname"
- cargo test --frozen --all-features -- --skip
"info::tests::test_style_subtitle"
+ cargo test --frozen --all-features
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/onefetch/-/commit/39587e1af14445f41e4367dfb20053045663947f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/onefetch/-/commit/39587e1af14445f41e4367dfb20053045663947f
You're receiving this email because of your account on gitlab.archlinux.org.