Skip to content

Commit

Permalink
wasip2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Dec 3, 2024
1 parent 9bb9887 commit eface4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pulumi_wasm_generator_lib/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ fn run_pulumi_generator_test(test_name: &str, provider_name: &str) -> Result<()>

Command::new("cargo")
.args([
"component",
"cargo",
"build",
"--target",
"wasm32-wasip2",
"-p",
format!("pulumi_wasm_{provider_name}_provider").as_str(),
])
Expand Down

0 comments on commit eface4e

Please sign in to comment.