Skip to content

Commit

Permalink
Run ENSO_CLOUD tests with native-image (#12384)
Browse files Browse the repository at this point in the history
* Run ENSO_CLOUD tests with native-image

Having the test would like discover #12379 early.
AOT and JVM modes generate the same result therefore it doesn't make
sense to duplicate runs.

* lint

* revert accidental change
  • Loading branch information
hubertp authored Mar 5, 2025
1 parent 9a58260 commit 0ba5341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/build/src/enso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ impl BuiltEnso {
cloud_tests::env::test_controls::ENSO_RUN_REAL_CLOUD_TEST.name().to_string(),
"1".to_string(),
));
environment_overrides.push(("ENSO_LAUNCHER".to_string(), "native".to_string()));
};

let futures = std_tests.into_iter().map(|test_path| {
Expand Down

0 comments on commit 0ba5341

Please sign in to comment.