Skip to content

Improve test workflows#42

Open
LDiazN wants to merge 6 commits into
mainfrom
improve-test-workflows
Open

Improve test workflows#42
LDiazN wants to merge 6 commits into
mainfrom
improve-test-workflows

Conversation

@LDiazN

@LDiazN LDiazN commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

This PR will test all crates on CI on a pull request

Unit tests will run on every push, and all crates in the workspace will be tested: ooniauth-core, ooniauth-py and ooniauth-ffi

@LDiazN LDiazN self-assigned this Jun 1, 2026
Comment thread .github/workflows/rust-tests.yml Outdated
push:
branches: [ "main" ]
branches: [ "main", "improve-test-workflows"]
pull_request:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I don't think you need this extra branch

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes I'm using it to test the workflow now that this PR is a draft, I will change it to the final version when I'm finished and ready for review!

@LDiazN LDiazN marked this pull request as ready for review June 4, 2026 10:36
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