mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
add hugetop command
This commit is contained in:
@@ -50,9 +50,8 @@ jobs:
|
||||
- name: build and test all programs separately
|
||||
shell: bash
|
||||
run: |
|
||||
## TODO: add hugetop
|
||||
set -e
|
||||
programs="free pgrep pidof pidwait pkill pmap ps pwdx skill slabtop snice sysctl tload top vmstat w watch"
|
||||
programs="free hugetop 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"
|
||||
|
||||
Reference in New Issue
Block a user