mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
a1d55b1ff2
Differential Revision: https://phabricator.services.mozilla.com/D225787 |
||
---|---|---|
.. | ||
android | ||
src | ||
tests | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Testing
To run tests, comment out the mozilla-central-workspace-hack
dependency, then run cargo test
.
Otherwise, the dependency won't have the feature we need enabled. This is because the crate is
excluded from the workspace (as we don't want to vendor the dev-dependencies).
The Cargo.lock
in this directory corresponds to this configuration.