Skip to content

Commit

Permalink
Wait for out instead of regular_input
Browse files Browse the repository at this point in the history
The test is supposed to ensure that out builds before validation_input.
  • Loading branch information
Colecf authored and evmar committed Jan 8, 2024
1 parent 43cfa7f commit cc45ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/validations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rule build_fast
build out: build_fast regular_input |@ validation_input
build regular_input: build_fast
build validation_input: build_slow
wait_for = regular_input
wait_for = out
",
)?;
space.run_expect(&mut n2_command(vec!["out"]))?;
Expand Down

0 comments on commit cc45ae4

Please sign in to comment.