You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ensures the deno executable is properly created before running the integration tests.
Also allows deno_cli to be used as a lib. Docs are now properly generated: https://docs.rs/deno_cli/0.18.4/deno_cli/
Towards #2933
Prep for #2955
Since #2608
cargo build
is our main build front-end. It makes sense thatcargo test
should also be the main test runner.Currently to run the tests we call tools/test.py. test.py executes many different tests outside of the Rust unit tests.
tools/http_server.py
for individual rust tests.This issue can be closed when test.py is deleted and the CI updated to call
cargo test
.The text was updated successfully, but these errors were encountered: