Skip to content

Commit 30f7d7a

Browse files
committed
docs
1 parent 53397b8 commit 30f7d7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Dual-licensed: [MIT](./LICENSE-MIT),
6262

6363
## Testing
6464

65+
The tests require downloading a builtin-actors bundle. Either run the tests with `make test` or run `make test-deps` before running tests manually with cargo.
66+
67+
You can change the actors version by changing `ACTORS_VERSION` in the `Makefile`. If you want to test with a custom bundle entirely, replace the `testing/bundles/builtin-actors.car` symlink with the custom bundle. Note, however, that running `make test` will revert that change, so you'll want to test with `cargo test` manually.
68+
6569
For local coverage testing, please install the `grcov` crate.
6670

6771
<sub>Copyright Protocol Labs, Inc, 2022</sub>

0 commit comments

Comments
 (0)