diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index f646b73..4ae043d 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -34,4 +34,4 @@ jobs: - name: Run run: | - hyperfine --show-output --warmup 1 yarn workspace vitest test --poolOptions.threads.isolate=false \ No newline at end of file + hyperfine --show-output --warmup 1 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ No newline at end of file