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

Update CI #100

Closed
wants to merge 3 commits into from
Closed

Update CI #100

wants to merge 3 commits into from

Conversation

rozbb
Copy link
Collaborator

@rozbb rozbb commented Jan 29, 2023

This mostly just copies the CI from ed25519-dalek

- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --no-default-features --lib --tests
- run: cargo test --target ${{ matrix.target }} --no-default-features --features alloc --lib
- run: cargo test --target ${{ matrix.target }} --no-default-features --features fast --lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of --lib and --tests is largely an artifact of which doctests build in different feature combinations. Ideally the rustdoc would be feature gated so it always builds

@tarcieri
Copy link
Contributor

This probably needs ** in the branch name too, right?

@pinkforest
Copy link
Contributor

Superceded by: #109

Added your changes as commit on it.

Base automatically changed from release/2.0 to main March 20, 2023 18:35
@rozbb
Copy link
Collaborator Author

rozbb commented Mar 26, 2023

Superceded by #109

@rozbb rozbb closed this Mar 26, 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.

3 participants