mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Run benchmark script in Linux CI
This commit is contained in:
parent
8e388acab7
commit
524fb0a9c9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -190,7 +190,7 @@ jobs:
|
|||
run: python3 .github/workflows/ci.py package
|
||||
|
||||
linux-dev:
|
||||
name: Test ./dev.sh
|
||||
name: Test ./dev.sh and benchmark
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
|
@ -208,3 +208,6 @@ jobs:
|
|||
|
||||
- name: Build kitty
|
||||
run: ./dev.sh build
|
||||
|
||||
- name: Run benchmarks
|
||||
run: ./benchmark.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue