Skip to content

Commit a4a88c3

Browse files
committed
Fix run_tests.sh
Signed-off-by: Arthur Chan <[email protected]>
1 parent 01ba57e commit a4a88c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/gdk-pixbuf/run_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
################################################################################
1717

1818
# Exclude the test case in the slow suite which are always killed because of timeout
19-
meson test -C _builddir --no-suite "slow"
20-
19+
meson test -C _builddir --no-suite "slow" -j$(nproc)

0 commit comments

Comments
 (0)