Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify test-expand.sh so that test binary is generated as a tmp file #134

Open
TonalidadeHidrica opened this issue Apr 15, 2023 · 0 comments

Comments

@TonalidadeHidrica
Copy link
Collaborator

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant