mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
fix(ci): Rust workspace test with all features
This commit is contained in:
parent
c6ba7f6524
commit
01f8fff34b
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
run: |
|
||||
cargo test
|
||||
cargo test --features api-all
|
||||
cargo test --all-features
|
||||
cargo test --features compression,wry,isolation,custom-protocol,api-all,cli,updater,system-tray
|
||||
|
||||
test-tauri-cli:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
@ -20,7 +20,7 @@ version = "1.0.0-beta.8"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-features = false
|
||||
features = ["wry", "custom-protocol", "api-all", "cli", "updater", "system-tray", "dox"]
|
||||
features = ["compression", "wry", "isolation", "custom-protocol", "api-all", "cli", "updater", "system-tray", "dox"]
|
||||
rustdoc-args = [ "--cfg", "doc_cfg" ]
|
||||
default-target = "x86_64-unknown-linux-gnu"
|
||||
targets = [
|
||||
|
Loading…
Reference in New Issue
Block a user