Skip to content

Commit 3078372

Browse files
committed
🐛 --no-tests=pass
1 parent fd04fb1 commit 3078372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust-code-quality-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
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
4444
version: 1.0
4545
- name: Run unit & integration tests with nextest
46-
run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=skip
46+
run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=pass
47+
4748

4849
cargo-clippy:
4950
name: Check codebase quality (cargo clippy)

0 commit comments

Comments
 (0)