Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--test and -p options seem not supported #1

Open
maddyblue opened this issue Jun 16, 2022 · 0 comments
Open

--test and -p options seem not supported #1

maddyblue opened this issue Jun 16, 2022 · 0 comments

Comments

@maddyblue
Copy link

From a crate's directory:

$ cargo stress --test auth test_auth_expiry
Compiling test binaries: cargo test --no-run --message-format=json --test
error: "--test" takes one argument.

From a top level repo directory that uses workspaces:

$ cargo stress -p mz-environmentd test_auth_expiry
Compiling test binaries: cargo test --no-run --message-format=json -p
error: "--package <SPEC>" requires a SPEC format value, which can be any package ID specifier in the dependency graph.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant