Skip to content

Commit be70d0e

Browse files
Insist on integration tests on the model addition guidelines in ADDINGMODEL.md
Updated instructions for adding models and testing.
1 parent 10ccfad commit be70d0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/run-eval/ADDINGMODEL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ This file (`resolve_model_config.py`) defines models available for evaluation. M
3535
- Add ONE new test function (follow existing pattern exactly)
3636
- Add to feature lists in model_features.py ONLY if needed for your model
3737
- Do not touch any other files, tests, imports, or configurations
38-
- If you think something is broken, it's probably not - leave it alone
38+
- Test the PR branch with the integration test action.
39+
- Add a link to the integrations test to the PR.
40+
- If you think something is broken, it's probably not - add a comment to the PR.
3941

4042
## Files to Modify
4143

0 commit comments

Comments
 (0)