We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddea2ed + e2112d8 commit 63162a8Copy full SHA for 63162a8
bin/auto-build-and-test-dist
@@ -10,4 +10,4 @@ build-dist
10
cd "$BUILD_DIR"
11
12
cpan-install-dist-deps --with-develop
13
-test-dist
+test-dist "$@"
bin/test-dist
@@ -28,7 +28,7 @@ fi
28
29
IFS=' ' read -r -a ALL_TEST_DIRS <<<"$TEST_DIRS"
30
31
-prove -lr --jobs 2 "${ALL_TEST_DIRS[@]}"
+prove -lr --jobs 2 "$@" "${ALL_TEST_DIRS[@]}"
32
33
if [[ -n "${CODECOV_ENABLE}" ]]; then
34
cover -report codecov
0 commit comments