diff options
author | Vincent Ambo <mail@tazj.in> | 2022-08-26T15·29+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-03T00·47+0000 |
commit | 8d7ccc78d0309f9eba0570658ff515e52228e8ee (patch) | |
tree | dc231c9ff68361eca93bd0b5867e5605b3f7c0a4 /tvix/eval/README.md | |
parent | edee8eecdf706803d3182a4a427c33ba33c71db1 (diff) |
docs(tvix/eval): add a note on how to run Nix tests r/4609
Change-Id: I9cd61ac79ed11b4c6580f31c5af5ebbfd45054b6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6273 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/README.md')
-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 |