mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 20:58:48 +00:00
ci: add timeout to benchmark
This commit is contained in:
parent
5cafe24bea
commit
a5734db437
1 changed files with 1 additions and 0 deletions
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
|
||||
- name: Run benchmark
|
||||
uses: CodSpeedHQ/action@v1
|
||||
timeout-minutes: 30
|
||||
with:
|
||||
run: cargo codspeed run
|
||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue