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

Feature request: Add a pre-gap input to allow for gap to be run within a different tool #30

Open
Joseph-Edwards opened this issue Apr 24, 2024 · 0 comments

Comments

@Joseph-Edwards
Copy link

When checking for memory leaks in test_file.g, I run valgrind --trace-children=yes --leak-check=full gap test_file.g. It'd be nice to be able to pass a command that should be prepended to the variable $GAP. In this example, this would be invoked with something like

...
  - name:
    uses:  gap-actions/run-pkg-tests@v2
    with:
      GAP_TESTFILE: "test_file.g"
      pre-gap: valgrind --trace-children=yes --leak-check=full 
@Joseph-Edwards Joseph-Edwards changed the title Add a pre-gap input to allow for gap to be run within a different tool. Feature request: Add a pre-gap input to allow for gap to be run within a different tool Apr 24, 2024
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