Skip to content

Commit 291734f

Browse files
committed
chore: add instructions to avoid system tests from jules
1 parent 5051af7 commit 291734f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GEMINI.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ We use `nox` to instrument our tests.
1616
nox -r -s unit-3.13 -- -k <name of test>
1717
```
1818

19-
- To run system tests, you can execute::
19+
- Ignore this step if you lack access to Google Cloud resources. To run system
20+
tests, you can execute::
2021

2122
# Run all system tests
2223
$ nox -r -s system
@@ -26,7 +27,7 @@ We use `nox` to instrument our tests.
2627

2728
- The codebase must have better coverage than it had previously after each
2829
change. You can test coverage via `nox -s unit system cover` (takes a long
29-
time).
30+
time). Omit `system` if you lack access to cloud resources.
3031

3132
## Code Style
3233

0 commit comments

Comments
 (0)