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
Currently, .github/workflows/test-expand.sh runs rustc that creates a binary named test in the current working directory. This is a bit troublesome when testing locally because it creates an untracked binary file in the repository. Woo, dangerous. Let's set a option so that rustc generates a binary in the /tmp directory instead!
The text was updated successfully, but these errors were encountered:
Currently,
.github/workflows/test-expand.sh
runsrustc
that creates a binary namedtest
in the current working directory. This is a bit troublesome when testing locally because it creates an untracked binary file in the repository. Woo, dangerous. Let's set a option so thatrustc
generates a binary in the/tmp
directory instead!The text was updated successfully, but these errors were encountered: