about summary refs log tree commit diff
path: root/tvix/eval/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/eval/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tvix/eval/README.md b/tvix/eval/README.md
index dc588e001d..ec0f4fece3 100644
--- a/tvix/eval/README.md
+++ b/tvix/eval/README.md
@@ -28,7 +28,9 @@ We have ported the test suite to Tvix, but do not run it by default as
 we are not yet compatible with it.
 
 You can run the test suite by enabling the `nix_tests` feature in
-Cargo.
+Cargo:
+
+    cargo test --features nix_tests
 
 ## rnix-parser