[FEATURE] Add "Latest" non-failure testing to (at least) the main branch #70
Labels
CI/CD
Changes to CI/CD workflows
enhancement
New feature or request
maintenance
For maintenance tasks
test
Related to testing
Is your feature request related to a problem? Please describe or write "N/A".
This is to prevent situations like Issue #68 / PR #69 from happening n the future, and to catch important dependency upgrades that need to be reacted to.
Describe the solution you'd like
Ideally, a run of all the tests using a freshly-updated lockfile instead of the latest development one in the main repo. This should be as simple as running
poetry lock
on the Actions repo clone.Notes
The text was updated successfully, but these errors were encountered: