diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index df9a3f7..e1df92f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,7 +44,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: -- --nocapture + args: discovery::tests::test_discovery_git -- --nocapture lint: name: Lint