diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:36:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:36:04 +0000 |
| commit | 31ed54dab458cb3c0a6472f3e508ccdc7a9b4d79 (patch) | |
| tree | 59c4a3058236a14ac639f018b13b405a9fa50d84 /grasp-audit/README.md | |
| parent | 001ca45e385c05b0eaa36d9879e051853aaff107 (diff) | |
moved to flakes
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 | ||