From 357f9157cc63e846a6d8097051a6dce6392d27c9 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 22 May 2025 11:36:55 +0300 Subject: wiki/packaging: Mention RUN_SLOW_TESTS --- wiki/Packaging-niri.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Packaging-niri.md b/wiki/Packaging-niri.md index 5e0fe3e9..c8f8ab30 100644 --- a/wiki/Packaging-niri.md +++ b/wiki/Packaging-niri.md @@ -42,6 +42,8 @@ $ export RAYON_NUM_THREADS=2 Don't forget to exclude the development-only `niri-visual-tests` crate when running tests. +You may also want to set the `RUN_SLOW_TESTS=1` environment variable to run the slower tests. + ### Version string The niri version string includes its version and commit hash: -- cgit