diff --git a/Cargo.toml b/Cargo.toml index b5e61505..cc9b2ea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,9 +73,10 @@ targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", + "x86_64-unknown-illumos", ] # Publish jobs to run in CI -pr-run-mode = "plan" +pr-run-mode = "upload" # Whether to install an updater program install-updater = true # The archive format to use for non-windows builds (defaults .tar.xz)