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

workflows: tests: Fix arg to check marks #100

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

Grazfather
Copy link
Collaborator

We used -k "not benchmark" which would filter out ANY test that contained the word 'benchmark'.

This change fixes that by using the -m argument to only filter on marks.

Same change as hugsy/gef#1064

We used `-k "not benchmark"` which would filter out ANY test that
contained the word 'benchmark'.

This change fixes that by using the `-m` argument to only filter on
marks.
@Grazfather Grazfather requested a review from hugsy January 30, 2024 01:30
@hugsy hugsy merged commit 3a63c22 into main Jan 30, 2024
7 checks passed
@hugsy hugsy deleted the fix-workflow-pytest-benchmark branch January 30, 2024 01:31
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