mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
No ulimit on Linux CI
This commit is contained in:
parent
99d1eec021
commit
43e0281ab5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
|
|
@ -93,8 +93,8 @@ def build_kitty():
|
|||
|
||||
|
||||
def test_kitty():
|
||||
run('ulimit -c unlimited')
|
||||
if is_macos:
|
||||
run('ulimit -c unlimited')
|
||||
run('sudo chmod -R 777 /cores')
|
||||
run('./test.py', print_crash_reports=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue