We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9d702 commit fd04fb1Copy full SHA for fd04fb1
.github/workflows/rust-code-quality-check.yml
@@ -43,7 +43,7 @@ jobs:
43
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
44
version: 1.0
45
- name: Run unit & integration tests with nextest
46
- run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests
+ run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=skip
47
48
cargo-clippy:
49
name: Check codebase quality (cargo clippy)
0 commit comments