diff options
-rw-r--r-- | tvix/eval/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tvix/eval/README.md b/tvix/eval/README.md index dc588e001db9..ec0f4fece334 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 |