diff options
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ install *OPTIONS: (build OPTIONS) # Run tests test *OPTIONS: - meson test -C build --print-errorlogs --quiet {{ OPTIONS }} + meson test -C build --print-errorlogs {{ OPTIONS }} |