Skip to content

Commit

Permalink
fix: 在 ci-rust-check 环节取消 cli-build features 检测
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonnow committed Aug 3, 2023
1 parent 7cbb8a3 commit 9e70c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
packages: libwebkit2gtk-4.0-dev build-essential curl wget 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 nextest run
run: cargo hack --feature-powerset --exclude-features cli-build nextest run
# - name: Run documentation tests with cargo test
# run: cargo hack --feature-powerset test --doc

Expand Down

0 comments on commit 9e70c40

Please sign in to comment.