diff options
Diffstat (limited to 'grasp-audit/README.md')
| -rw-r--r-- | grasp-audit/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grasp-audit/README.md b/grasp-audit/README.md index 558e201..b49ad11 100644 --- a/grasp-audit/README.md +++ b/grasp-audit/README.md | |||
| @@ -124,6 +124,9 @@ cargo run --example simple_audit | |||
| 124 | ## Testing | 124 | ## Testing |
| 125 | 125 | ||
| 126 | ```bash | 126 | ```bash |
| 127 | # Enter dev environment (NixOS) | ||
| 128 | nix develop | ||
| 129 | |||
| 127 | # Run unit tests | 130 | # Run unit tests |
| 128 | cargo test | 131 | cargo test |
| 129 | 132 | ||