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

add cargo test to CI #79

Merged
merged 1 commit into from
Oct 23, 2023
Merged

add cargo test to CI #79

merged 1 commit into from
Oct 23, 2023

Conversation

hrvolapeter
Copy link
Collaborator

@hrvolapeter hrvolapeter commented Aug 30, 2023

I've noticed in the other PRs there's more and more unit tests coming in. I've added a CI step to run cargo test as well.

@hrvolapeter hrvolapeter requested a review from djc August 30, 2023 17:59
@@ -30,6 +30,10 @@ jobs:
with:
command: check
args: --all-features --all-targets
- uses: actions-rs/cargo@v1
Copy link
Owner

Choose a reason for hiding this comment

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

We should probably avoid actions-rs actions, since they're no longer being maintained. We can just use cargo test --all-features --all-targets instead.

(If we're doing this, I would ditch the cargo check task above, since it's implicit in the cargo test invocation.)

@djc djc merged commit d42f970 into master Oct 23, 2023
5 checks passed
@djc djc deleted the cargo-test-workflow branch October 23, 2023 12:01
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