Skip to content

chore(ci): run tests on push and PR - #9

Open
sebastientang wants to merge 1 commit into
nateherkai:mainfrom
sebastientang:pr/ci-test-workflow
Open

chore(ci): run tests on push and PR#9
sebastientang wants to merge 1 commit into
nateherkai:mainfrom
sebastientang:pr/ci-test-workflow

Conversation

@sebastientang

Copy link
Copy Markdown

Adds a GitHub Actions workflow that runs python3 -m unittest discover tests on push and pull_request to main, across Python 3.8, 3.10, and 3.12.

Stdlib-only project, so no install step beyond actions/setup-python@v5. Matrix has fail-fast: false so a 3.8 break doesn't mask a 3.12 break (or vice versa).

Closes the "GitHub Actions workflow that runs the tests on push" item from CONTRIBUTING.md's wishlist.

Adds a GitHub Actions workflow that runs the full unittest suite on
push and pull_request to main, across Python 3.8, 3.10, and 3.12.

Stdlib-only project, so no install step beyond setup-python.
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.

1 participant