Run bencmark on macOS as well

This commit is contained in:
Kovid Goyal
2024-11-28 22:25:52 +05:30
parent 524fb0a9c9
commit 3964e9e9ef

View File

@@ -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