compiletest-rs icon indicating copy to clipboard operation
compiletest-rs copied to clipboard

Execute single test

Open edulix opened this issue 4 years ago • 1 comments

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

edulix avatar Sep 04 '19 15:09 edulix

You can set en environment variable like so:

TESTNAME=foo cargo test --test compile-test

This will only execute the foo.rs test.

fkohlgrueber avatar Oct 15 '19 14:10 fkohlgrueber