diff --git a/doc/zjit.md b/doc/zjit.md index 264677f0b1..a6e2f745d9 100644 --- a/doc/zjit.md +++ b/doc/zjit.md @@ -9,13 +9,6 @@ To build ZJIT on macOS: make -j miniruby ``` -To run unit tests: -``` -# Make sure you have a `--enable-zjit=dev` build, and -# you'll need to `brew install cargo-nextest` first: -make zjit-test -``` - ## Useful dev commands To view YARV output for code snippets: @@ -33,6 +26,8 @@ in a way that can be easily shared with other team members. ## Testing +Make sure you have a `--enable-zjit=dev` build, and run `brew install cargo-nextest` first. + ### make zjit-test-all This command runs all ZJIT tests: `make zjit-test` and `test/ruby/test_zjit.rb`.