diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3684285c..ac3bcb7e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,6 +189,9 @@ jobs: - name: Build kitty package run: python3 .github/workflows/ci.py package + - name: Run benchmarks + run: ./benchmark.py + linux-dev: name: Test ./dev.sh and benchmark runs-on: ubuntu-latest