Skip to content

Commit

Permalink
fix: force checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlatyamroth committed Dec 14, 2023
1 parent 595303a commit f1510a2
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: discovery::tests::test_discovery_git -- --nocapture
args: discovery::tests::test_discovery_git -- --nocapture --test-threads=1

lint:
name: Lint
Expand Down

0 comments on commit f1510a2

Please sign in to comment.