Skip to content

Commit 895a981

Browse files
AGENTS.md: Add note about using failfast (#58696)
1 parent b636acb commit 895a981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ corresponding test to ensure that the test is still passing with your changes.
5050
- If you are adding a new test, add it to an existing test file. Do not create a new test file unless explicitly instructed.
5151
- Write one comment at the top of the test to explain what is being tested.
5252
Otherwise keep comments minimal.
53+
- Use the environment variable `JULIA_TEST_FAILFAST=1` to make tests fail fast.
5354

5455
### External dependencies
5556

0 commit comments

Comments
 (0)