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
675: run tests in CI r=jswrenn a=danieleades
- refactors the CI workflow to group targets by action (check or test) rather than by toolchain
- converts the 'check' targets into a unified matrix target
- adds a 'test' target to run the tests in CI
- runs the checks in parallel instead of in sequence
- adds an '--all-targets' check on stable to check the bench and test targets
outstanding questions-
- are all of these matrix targets needed, or can this be trimmed down further?
I believe merging this will unblock adding configuration to allow dependabot to bump rust deps in this repo, since the CI will catch breaking changes in dev dependencies with these changes. see #674
Co-authored-by: Daniel Eades <[email protected]>
0 commit comments