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: Ensure build channels get run even if FILTER is unset
In 59a18de("ci: Set `-u` (error on unset)..."), `-u` started being
passed to the `set` call in shell scripts. This broke the `FILTER` logic
since now the command always fails.
Make this a bit less fragile by explicitly setting to an empty string,
as well as adding a check that at least one test got run.
0 commit comments