mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Run benchmark script in Linux CI
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user