Skip to content

Commit f0bc08e

Browse files
committed
CI: run all modules on FreeBSD and SunOS
1 parent e0f8e39 commit f0bc08e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)