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

Create rust.yml #24

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Create rust.yml #24

merged 2 commits into from
Dec 8, 2023

Conversation

thisbefruit
Copy link
Contributor

add Github Actions to make sure all pushes to master pass integration tests

add Github Actions to make sure all pushes to master pass integration tests
@nullchinchilla
Copy link
Member

The tests fail because the flags passed to cargo test are wrong?

@nullchinchilla
Copy link
Member

You need to say -- --nocapture not --nocapture

@nullchinchilla
Copy link
Member

This is because --nocapture is not a flag passed to cargo, but a flag passed to the test binary that cargo test creates.

@thisbefruit
Copy link
Contributor Author

thisbefruit commented Dec 8, 2023

Ah makes sense, sorry about that! just updated the file :)

@nullchinchilla nullchinchilla merged commit 989ec08 into master Dec 8, 2023
1 check passed
@thisbefruit thisbefruit deleted the github-actions branch December 8, 2023 14:56
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