Skip to content

Commit 7c286b4

Browse files
committed
review: add note about disabling cache.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent e84d454 commit 7c286b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Individual tests can be executed using `-j` and `--matrix` parameters, e.g.:
1515
act -j nightly
1616
act -j examples --matrix example:http_auth_random
1717

18+
By default, all jobs are cached in `~/.cache/actcache`. This can be disabled
19+
using the `--no-cache-server` parameter.
20+
1821
## Updating Bazel dependencies
1922

2023
When adding or updating Cargo dependencies, the existing Bazel `BUILD` files

0 commit comments

Comments
 (0)