diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 7243a26..6230a90 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -37,5 +37,4 @@ jobs: 'yarn workspace jest test' \ 'yarn workspace vitest test' \ 'yarn workspace vitest test --pool=vmThreads' \ - 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ - 'yarn workspace bun test' \ No newline at end of file + 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ No newline at end of file