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
Simplifications to unit testing in the CI pipeline.
- Stop running unit tests on pushes to every branch; only run them on
(a) pushes to master or (b) pull requests.
- Stop running unit tests on nightly (since they don't provide much
useful information and fail too often).
- Only run unit tests on Linux so that we don't go outside of GitHub
Action's usage limits.
0 commit comments