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

Execute single test #185

Open
edulix opened this issue Sep 4, 2019 · 1 comment
Open

Execute single test #185

edulix opened this issue Sep 4, 2019 · 1 comment

Comments

@edulix
Copy link

edulix commented Sep 4, 2019

Is there any way to only execute a single ui test?

@fkohlgrueber
Copy link

You can set en environment variable like so:

TESTNAME=foo cargo test --test compile-test

This will only execute the foo.rs test.

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

2 participants