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!
Currently,
.github/workflows/test-expand.shrunsrustcthat creates a binary namedtestin 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 thatrustcgenerates a binary in the/tmpdirectory instead!