Skip to content

Commit

Permalink
chore: Build hugr-cli when running just test python (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Jul 15, 2024
1 parent 026bfcb commit 9a9bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ check:
# Run all the tests.
test language="[rust|python]" : (_run_lang language \
"HUGR_TEST_SCHEMA=1 cargo test --all-features" \
"poetry run pytest"
"cargo build -p hugr-cli && poetry run pytest"
)

# Run all the benchmarks.
Expand Down

0 comments on commit 9a9bc5a

Please sign in to comment.