mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Add tests for env var passing
This commit is contained in:
parent
5d8f04575e
commit
73210469db
4 changed files with 47 additions and 23 deletions
|
@ -16,6 +16,7 @@ fn exec_bench_w_input<T: Measurement>(
|
|||
let compile_out = run_roc(
|
||||
["build", OPTIMIZE_FLAG, file.to_str().unwrap()],
|
||||
&[stdin_str],
|
||||
&[],
|
||||
);
|
||||
|
||||
if !compile_out.stderr.is_empty() && compile_out.stderr != "🔨 Rebuilding platform...\n" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue