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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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