Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cargo-dist/tests/cli-tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ fn generate_installer(version: &axotag::Version, release_type: ReleaseSourceType
}

#[test]
#[ignore = "can't be reenabled until after the rename"]
fn test_self_update() {
// Only do this if RUIN_MY_COMPUTER_WITH_INSTALLERS is set
if std::env::var(ENV_RUIN_ME)
Expand All @@ -277,7 +276,7 @@ fn test_self_update() {
std::env::remove_var("XDG_CONFIG_HOME");

let mut args = RuntestArgs {
app_name: "cargo-dist".to_owned(),
app_name: "dist".to_owned(),
package: "cargo-dist".to_owned(),
owner: "axodotdev".to_owned(),
bin: PathBuf::from(BIN),
Expand Down