From 4925222dabebcdbe6b948a5d948434870a8fec22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 8 Dec 2023 10:58:11 +0800 Subject: [PATCH] CI: run basic modules only in FreeBSD --- .github/workflows/ci.yml | 4 ++-- presets/ci.jsonc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f15eae60..56393601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,8 +215,8 @@ jobs: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On . cmake --build . --target package --verbose ./fastfetch --list-features - time ./fastfetch -c presets/ci.jsonc - time ./fastfetch -c presets/ci.jsonc --format json + time ./fastfetch + time ./fastfetch --format json time ./flashfetch ldd fastfetch ctest diff --git a/presets/ci.jsonc b/presets/ci.jsonc index 44b39036..766a08bb 100644 --- a/presets/ci.jsonc +++ b/presets/ci.jsonc @@ -35,6 +35,7 @@ "terminalfont", "terminalsize", "cpu", + "cpuusage", "gpu", "memory", "swap",