Skip to content

Commit

Permalink
fix(effect): shard tests to prevent timout
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jul 8, 2024
1 parent 7ad4cca commit 7ec724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'Effect-TS/effect',
test: 'test',
test: ['test --shard 1/3', 'test --shard 2/3', 'test --shard 3/3'],
})
}

0 comments on commit 7ec724c

Please sign in to comment.