Skip to content

Commit

Permalink
🐛 --no-tests=pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Dec 17, 2024
1 parent fd04fb1 commit 3078372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3078372

Please sign in to comment.