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 CI for testing on all major platforms #36

Closed
anderejd opened this issue Dec 19, 2018 · 3 comments
Closed

Use CI for testing on all major platforms #36

anderejd opened this issue Dec 19, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@anderejd
Copy link
Contributor

anderejd commented Dec 19, 2018

  1. Use this as a base: https://github.com/japaric/trust
  2. Add some machine readable output format Add optional json output format #35.
  3. Add an extra binary to the project, a custom test runner, that can generate test case projects on disk, run cargo geiger on each test case and verify the output. Or figure out how to use normal #[test] tests for cargo plugins. The custom test runner is probably a better idea to make sure the actual cargo-geiger executable is tested in it's normal environment.
  4. Call the special test runner as part of CI.
@anderejd
Copy link
Contributor Author

anderejd commented Dec 19, 2018

This should prevent or detect problems like: #33

@anderejd anderejd added the enhancement New feature or request label Dec 19, 2018
@anderejd
Copy link
Contributor Author

Related to: #58

@anderejd
Copy link
Contributor Author

Fixed by: #58

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

No branches or pull requests

1 participant