From c6fb36ef74d2c513ae0a6e61d94c9d0d7eb24828 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 8 Aug 2025 16:28:43 +0200 Subject: [PATCH] ci: enable separate test for skill --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dffd3a..e26cef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,8 +52,8 @@ jobs: - name: build and test all programs separately shell: bash run: | - ## TODO: add hugetop and skill - programs="free pgrep pidof pidwait pkill pmap ps pwdx slabtop snice sysctl tload top vmstat w watch" + ## TODO: add hugetop + programs="free pgrep pidof pidwait pkill pmap ps pwdx skill slabtop snice sysctl tload top vmstat w watch" for program in $programs; do echo "Building and testing $program" cargo test -p "uu_$program" || exit 1