File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ There are multiple test suites:
388388- ` make test-all `
389389- ` make test-spec `
390390- ` make check ` runs all of the above
391- - ` make yjit-smoke-test ` runs quick checks to see that YJIT is working correctly
391+ - ` make yjit-check ` runs quick checks to see that YJIT is working correctly
392392
393393The tests can be run in parallel like this:
394394
Original file line number Diff line number Diff line change 3434RUST_VERSION = +1.58.0
3535
3636# Gives quick feedback about YJIT. Not a replacement for a full test run.
37- .PHONY : yjit-smoke-test
38- yjit-smoke-test :
37+ .PHONY : yjit-check
38+ yjit-check :
3939ifneq ($(strip $(CARGO ) ) ,)
4040 $(CARGO) test --all-features -q --manifest-path='$(top_srcdir)/yjit/Cargo.toml'
4141endif
You can’t perform that action at this time.
0 commit comments