parallaxsecond / parallaxsecond/rust-tss-esapi
Add ci-tests with different features enabled
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 135
- Forks
- 80
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 5
Description
At the moment, ci does not complain, if somebody adds code which does not compile when only some features are enabled. (e.g. rsa, sha1, ...).
I think we should add compilation tests to ci.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's CI configuration and Rust feature declarations, especially the rsa and sha1 features mentioned in the issue. Add CI coverage that checks compilation with relevant feature combinations, then verify that the CI jobs pass for those combinations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100