chore: Run benchmark in parallel

This commit is contained in:
강동윤 (Donny) 2024-07-12 13:37:27 +09:00
parent 58c1d13840
commit ddb47a82f3

View File

@ -7,10 +7,6 @@ on:
pull_request: pull_request:
types: ["opened", "reopened", "synchronize"] types: ["opened", "reopened", "synchronize"]
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: false
env: env:
CI: 1 CI: 1
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0