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

Automate tests with GitHub Actions #114

Open
3 tasks
prestoncarman opened this issue May 11, 2021 · 3 comments
Open
3 tasks

Automate tests with GitHub Actions #114

prestoncarman opened this issue May 11, 2021 · 3 comments

Comments

@prestoncarman
Copy link

Build a GitHub action to build and run the bridges tests.

  • Create script to install dependencies
  • Modify make files to run off installed dependencies
  • Create GitHub Action to run tests
@esaule
Copy link
Member

esaule commented May 11, 2021 via email

@prestoncarman
Copy link
Author

I remember you saying that you had tests, but did not know where to find them. Those tests look great. I like how you can see all the different languages in one place.

A few questions:

  • How would you check the tests for code change to the project?
  • How can I test my code against those tests?

I think one advantage of a GitHub action would be confirming a code change (via a Pull Request) has quality code prior to admitting it into the code base. It would also show the test results with submitted code with out having to run the full suite of BRIDGES tests. The test process you have currently may be fulling a different goal then testing a PR.

@krs-world
Copy link
Contributor

krs-world commented May 12, 2021 via email

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

3 participants