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

Add gen reg tests #689

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
type in -m
  • Loading branch information
gpucce committed Oct 22, 2023
commit 18b88c7fd29ef27ab2761b502ac3f9ec7b4a43e8
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
--store-durations \
--durations-path durations_2 \
--clean-durations \
-m "regression_test and generative_regression_tests" \
-m "regression_test or generative_regression_test" \
tests
jq -s -S 'add' durations_* > .test_durations
- name: Collect pytest durations
Expand Down