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

Configure Travis to run tests #35

Closed
wants to merge 1 commit into from
Closed

Configure Travis to run tests #35

wants to merge 1 commit into from

Conversation

LPGhatguy
Copy link

Right now, CI appears to just be catching build failures. This PR instructs Travis to run tests as well.

It might be a good idea to also introduce a build matrix with sheep's minimum supported Rust version, current Rust stable, and Rust nightly to catch regressions.

Another thing that could be done is porting to GitHub Actions. Since Travis-CI's Windows support is still beta, this would help sheep run tests on Windows and macOS as well, helping write tests for changes like #33.

@Spaceface16518
Copy link

I've ported the CI to Actions and also enhanced it a bit. It's more of a proof of concept than a push to port things to Actions, mainly because I don't know if bors works with Actions yet.

If Actions is ever considered, however, the implementation is sitting my fork.

@LPGhatguy LPGhatguy closed this Jun 16, 2023
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

Successfully merging this pull request may close these issues.

2 participants