From 3078372834feed3c9e6ed480468d5588d4caa392 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 17 Dec 2024 17:54:57 +0800 Subject: [PATCH] :bug: --no-tests=pass --- .github/workflows/rust-code-quality-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust-code-quality-check.yml b/.github/workflows/rust-code-quality-check.yml index b4d6a62..d20382b 100644 --- a/.github/workflows/rust-code-quality-check.yml +++ b/.github/workflows/rust-code-quality-check.yml @@ -43,7 +43,8 @@ jobs: packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra version: 1.0 - name: Run unit & integration tests with nextest - run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=skip + run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=pass + cargo-clippy: name: Check codebase quality (cargo clippy)