Skip to content

Commit

Permalink
fix: run only one test
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlatyamroth committed Dec 14, 2023
1 parent 6f3e240 commit ad8d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad8d383

Please sign in to comment.