File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
crates/crates_io_smoke_test Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ # crates_io_smoke_test
2+
3+ This package contains a basic smoke test for the < https://staging.crates.io >
4+ environment. It uses the API to fetch the metadata of a test crate, publishes
5+ a new patch version, attempts to download the crate file, and checks that the
6+ git and sparse indexes contain the new version.
7+
8+ Note that a valid ` CARGO_REGISTRY_TOKEN ` environment variable is required to
9+ run the smoke test. This token must have the ` publish ` permission for the test
10+ crate. If ` --skip-publish ` is passed, the smoke test will not publish a new
11+ version of the test crate.
Original file line number Diff line number Diff line change 1+ #![ doc = include_str ! ( "../README.md" ) ]
2+
13mod api;
24mod cargo;
35mod exit_status_ext;
You can’t perform that action at this time.
0 commit comments