Skip to content

Update github unittest workflow#276

Open
z-a-f wants to merge 1 commit intoandrewyng:mainfrom
z-a-f:gh-actions-update
Open

Update github unittest workflow#276
z-a-f wants to merge 1 commit intoandrewyng:mainfrom
z-a-f:gh-actions-update

Conversation

@z-a-f
Copy link

@z-a-f z-a-f commented Feb 26, 2026

Update github unittesting workflow to a later version. This also limits the conditions when the unittests will be run

- name: Test with pytest
run: poetry run pytest -m "not integration"

run: poetry run pytest -m "not integration and not long and not slow"
Copy link
Author

Choose a reason for hiding this comment

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

@rohitprasad15 Consider adding not llm in here as well -- slow tests should not run at each PR (scheduled run instead)

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