diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 59301b486..26d09e3fa 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -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 }} diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 091cdb819..6d541220b 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -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 = [