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
Since we run this test twice in case of a PR, cargo audit locks the
database and one of the processes may print something (even with -q
specified) in stdout (‽). I believe this should be printed in stderr,
but we can workaround it here easily.
warning: directory /usr/local/rust/advisory-db is locked
{...}
Use `grep` to filter out the extraneous output.
Signed-off-by: Pablo Barbáchano <[email protected]>
0 commit comments