|
13 | 13 | matrix: |
14 | 14 | os: [ubuntu-latest, macOS-latest, windows-latest] |
15 | 15 | steps: |
16 | | - - uses: actions/checkout@v4 |
| 16 | + - uses: actions/checkout@v5 |
17 | 17 | - uses: dtolnay/rust-toolchain@stable |
18 | 18 | - if: ${{ contains(matrix.os, 'ubuntu') }} |
19 | 19 | run: | |
|
28 | 28 | matrix: |
29 | 29 | os: [ubuntu-latest, macOS-latest, windows-latest] |
30 | 30 | steps: |
31 | | - - uses: actions/checkout@v4 |
| 31 | + - uses: actions/checkout@v5 |
32 | 32 | - uses: dtolnay/rust-toolchain@stable |
33 | 33 | - if: ${{ contains(matrix.os, 'ubuntu') }} |
34 | 34 | run: | |
|
43 | 43 | matrix: |
44 | 44 | os: [ubuntu-latest, macOS-latest, windows-latest] |
45 | 45 | steps: |
46 | | - - uses: actions/checkout@v4 |
| 46 | + - uses: actions/checkout@v5 |
47 | 47 | - uses: dtolnay/rust-toolchain@stable |
48 | 48 | - if: ${{ contains(matrix.os, 'ubuntu') }} |
49 | 49 | run: | |
|
52 | 52 | - name: build and test all programs separately |
53 | 53 | shell: bash |
54 | 54 | run: | |
55 | | - ## TODO: add hugetop and skill |
56 | | - programs="free pgrep pidof pidwait pkill pmap ps pwdx slabtop snice sysctl tload top vmstat w watch" |
| 55 | + ## TODO: add hugetop |
| 56 | + programs="free pgrep pidof pidwait pkill pmap ps pwdx skill slabtop snice sysctl tload top vmstat w watch" |
57 | 57 | for program in $programs; do |
58 | 58 | echo "Building and testing $program" |
59 | 59 | cargo test -p "uu_$program" || exit 1 |
|
70 | 70 | - { os: macos-latest , features: macos } |
71 | 71 | - { os: windows-latest , features: windows } |
72 | 72 | steps: |
73 | | - - uses: actions/checkout@v4 |
| 73 | + - uses: actions/checkout@v5 |
74 | 74 | - name: Initialize workflow variables |
75 | 75 | id: vars |
76 | 76 | shell: bash |
|
0 commit comments