Skip to content

Commit

Permalink
- fix: thread concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 28, 2024
1 parent 809443d commit 7ba4022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shinkai-tools-runner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"defaultConfiguration": "development",
"options": {
"cwd": "libs/shinkai-tools-runner",
"command": "cargo test --features=built-in-tools"
"command": "cargo test --features=built-in-tools -- --test-threads=1"
},
"configurations": {
"development": {},
Expand Down

0 comments on commit 7ba4022

Please sign in to comment.