|
44 | 44 | run: ./fastfetch --list-features |
45 | 45 |
|
46 | 46 | - name: run fastfetch |
47 | | - run: time ./fastfetch -c presets/ci.jsonc |
| 47 | + run: time ./fastfetch -c presets/ci.jsonc --stat false |
48 | 48 |
|
49 | 49 | - name: run fastfetch --format json |
50 | 50 | run: time ./fastfetch -c presets/ci.jsonc --format json |
|
99 | 99 | run: ./fastfetch --list-features |
100 | 100 |
|
101 | 101 | - name: run fastfetch |
102 | | - run: time ./fastfetch -c presets/ci.jsonc |
| 102 | + run: time ./fastfetch -c presets/ci.jsonc --stat false |
103 | 103 |
|
104 | 104 | - name: run fastfetch --format json |
105 | 105 | run: time ./fastfetch -c presets/ci.jsonc --format json |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 | cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr . |
147 | 147 | cmake --build . --target package --verbose -j4 |
148 | 148 | ./fastfetch --list-features |
149 | | - time ./fastfetch -c presets/ci.jsonc |
| 149 | + time ./fastfetch -c presets/ci.jsonc --stat false |
150 | 150 | time ./fastfetch -c presets/ci.jsonc --format json |
151 | 151 | time ./flashfetch |
152 | 152 | ldd fastfetch |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr . |
186 | 186 | cmake --build . --target package --verbose -j4 |
187 | 187 | ./fastfetch --list-features |
188 | | - time ./fastfetch -c presets/ci.jsonc |
| 188 | + time ./fastfetch -c presets/ci.jsonc --stat false |
189 | 189 | time ./fastfetch -c presets/ci.jsonc --format json |
190 | 190 | time ./flashfetch |
191 | 191 | ldd fastfetch |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr . |
221 | 221 | cmake --build . --target package --verbose -j4 |
222 | 222 | ./fastfetch --list-features |
223 | | - time ./fastfetch -c presets/ci.jsonc |
| 223 | + time ./fastfetch -c presets/ci.jsonc --stat false |
224 | 224 | time ./fastfetch -c presets/ci.jsonc --format json |
225 | 225 | time ./flashfetch |
226 | 226 | ldd fastfetch |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | - name: run |
260 | 260 | run: | |
261 | 261 | ./fastfetch --list-features |
262 | | - time ./fastfetch -c presets/ci.jsonc |
| 262 | + time ./fastfetch -c presets/ci.jsonc --stat false |
263 | 263 | time ./fastfetch -c presets/ci.jsonc --format json |
264 | 264 | time ./flashfetch |
265 | 265 | ldd fastfetch |
@@ -300,7 +300,7 @@ jobs: |
300 | 300 | - name: run |
301 | 301 | run: | |
302 | 302 | ./fastfetch --list-features |
303 | | - time ./fastfetch -c presets/ci.jsonc |
| 303 | + time ./fastfetch -c presets/ci.jsonc --stat false |
304 | 304 | time ./fastfetch -c presets/ci.jsonc --format json |
305 | 305 | time ./flashfetch |
306 | 306 | ldd fastfetch |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | run: ./fastfetch --list-features |
349 | 349 |
|
350 | 350 | - name: run fastfetch |
351 | | - run: time ./fastfetch -c presets/ci.jsonc |
| 351 | + run: time ./fastfetch -c presets/ci.jsonc --stat false |
352 | 352 |
|
353 | 353 | - name: run fastfetch --format json |
354 | 354 | run: time ./fastfetch -c presets/ci.jsonc --format json |
@@ -477,7 +477,7 @@ jobs: |
477 | 477 | run: ./fastfetch --list-features |
478 | 478 |
|
479 | 479 | - name: run fastfetch |
480 | | - run: time ./fastfetch -c presets/ci.jsonc |
| 480 | + run: time ./fastfetch -c presets/ci.jsonc --stat false |
481 | 481 |
|
482 | 482 | - name: run fastfetch --format json |
483 | 483 | run: time ./fastfetch -c presets/ci.jsonc --format json |
@@ -547,7 +547,7 @@ jobs: |
547 | 547 | run: curl -LO https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/raw/master/ags_lib/lib/amd_ags_x86.dll |
548 | 548 |
|
549 | 549 | - name: run fastfetch |
550 | | - run: time ./fastfetch -c presets/ci.jsonc |
| 550 | + run: time ./fastfetch -c presets/ci.jsonc --stat false |
551 | 551 |
|
552 | 552 | - name: run fastfetch --format json |
553 | 553 | run: time ./fastfetch -c presets/ci.jsonc --format json |
|
0 commit comments