You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Sort examples so we can infer progress better in logs (#484)
### Motivation
To better assess progress in CI, sort the examples. Otherwise we get
whatever
`find` outputs, which is not sorted by default.
### Modifications
In `test-examples.sh` sort the examples before running them one by one.
### Result
When we look at the CI logs we can better assess how far through the job
is.
### Test Plan
CI.
0 commit comments