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
- Check the specific step outcome (and specifically the outcome,
not the conclusion which is turned into `success` by the value of
`continue-on-error`). Without this, the last step never runs, so
the test does not fail when it is supposed to.
- Give the last step a fixed (literal) name, since the `env` key
does not interpolate into its name like a `matrix` value would.
Accordingly, move the `env` key into the step, since it is now
only used inside its logic.
- Line-buffer standard output for the `cargo nextest` command for
more immedate (less staggered) output. This may not happen
automatically since its stdout is a pipe. (I think its stderr is
already either unbuffered or line-buffered even when not a
terminal.)
0 commit comments