Skip to content

Commit

Permalink
add swapper test code to the swapper test image
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Mar 8, 2024
1 parent e00afcf commit b0fa94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
for service in base_pkgs {
builder.add_service(service, true);
}
builder.add_service("test-swapper", false); // when we implement loaded-but-swapped, use that instead
builder.add_apps(&get_cratespecs());
}

Expand Down

0 comments on commit b0fa94f

Please sign in to comment.