fix(ci): Rust workspace test with all features

This commit is contained in:
Lucas Nogueira 2022-02-04 15:17:08 -03:00
parent c6ba7f6524
commit 01f8fff34b
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 = [