File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ jobs:
388388 cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
389389 cmake --build . --target package --verbose -j4
390390 ./fastfetch --list-features
391- time ./fastfetch
392- time ./fastfetch --format json
391+ time ./fastfetch -c presets/ci.jsonc --stat false
392+ time ./fastfetch -c presets/ci.jsonc - -format json
393393 time ./flashfetch
394394 ldd fastfetch
395395 ctest
@@ -426,8 +426,8 @@ jobs:
426426 cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
427427 cmake --build . --target package --verbose -j4
428428 ./fastfetch --list-features
429- time ./fastfetch
430- time ./fastfetch --format json
429+ time ./fastfetch -c presets/ci.jsonc --stat false
430+ time ./fastfetch -c presets/ci.jsonc - -format json
431431 time ./flashfetch
432432 ldd fastfetch
433433 ctest
You can’t perform that action at this time.
0 commit comments