Skip to content

Commit

Permalink
scala
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jul 11, 2024
1 parent 04ad81c commit f293511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cts/runCts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function runCtsOne(
});
break;
case 'scala':
await run(`sbt testonly ${filter((f) => `algoliasearch.${f}`)}`, {
await run(`sbt test`, {
cwd,
language,
});
Expand Down

0 comments on commit f293511

Please sign in to comment.