Skip to content

Commit

Permalink
[devtools] Enable the framework upgrade test again
Browse files Browse the repository at this point in the history
Previously we disabled this because it was broken on PR

Now that it is fixed on PR enable again to make sure it doesnt break!

Test Plan: add label, should be triggered on PR
  • Loading branch information
perryjrandall committed Jan 17, 2025
1 parent f7cc847 commit 37291d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devtools/aptos-cargo-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ impl AptosCargoCommand {
affected_package_paths,
);

// TODO: remove this! This is a temporary fix to disable
// the framework upgrade test while we debug the failures.
relevant_changes_detected = false;

// Output if relevant changes were detected that require the framework upgrade
// test. This will be consumed by Github Actions and used to run the test.
println!(
Expand Down

0 comments on commit 37291d2

Please sign in to comment.