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

Use continuous integration to run tests on each commit #29

Open
DimitriPapadopoulos opened this issue Aug 27, 2018 · 2 comments
Open

Use continuous integration to run tests on each commit #29

DimitriPapadopoulos opened this issue Aug 27, 2018 · 2 comments

Comments

@DimitriPapadopoulos
Copy link
Member

For example use Travis.

@mathurinm
Copy link
Contributor

You can use GithubActions. It's quite straightforward to implement, you just need to add a yml file in .github/workflows; have a look at the workflow we use in skglm for example :

https://github.com/scikit-learn-contrib/skglm/blob/main/.github/workflows/main.yml

@DimitriPapadopoulos
Copy link
Member Author

Indeed, GitHub Actions didn't exist at the time.

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

2 participants