Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

"Run test" codelens runs the wrong test #944

Closed
@dsyer

Description

@dsyer

In the rustlings project there is a codelens on the test in tests1.rs. When you click on it you get this:

    Running tests/integration_tests.rs (target/debug/deps/integration_tests-db54af64180db0fc)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 22 filtered out; finished in 0.00s

So it ran some random global test suite and ignored the test the codelens was on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions