Fix infinite search loop bug (#1016)
* Make sure the search loop in the editor cannot run infinitely * Add test coverage of infinite search case * Run GitHub actions against the patch branch
This commit is contained in:
committed by
GitHub
parent
7532fdb1fc
commit
1c7708babd
@@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- patch
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- patch
|
||||
|
||||
jobs:
|
||||
testMac:
|
||||
|
||||
Reference in New Issue
Block a user