Skip to content

Commit

Permalink
[test_all]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Dec 20, 2024
1 parent 70e27da commit f06d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,6 @@ def create_test_list_from_filter(full_test_list, out_path):
diff_with_last_commit = True

infer_tests_to_run(
args.output_file, diff_with_last_commit=diff_with_last_commit, filter_models=False, test_all=args.fetch_all
args.output_file, diff_with_last_commit=diff_with_last_commit, filter_models=False, test_all=commit_flags["test_all"]
)
filter_tests(args.output_file, ["repo_utils"])

0 comments on commit f06d0c2

Please sign in to comment.