Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit f70e08a

Browse files
author
Gregor Noczinski
committed
* Fixed test configuration
1 parent 20028d6 commit f70e08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ golang {
2222
testing {
2323
coverProfile = "${buildDir}/testing/${name}.cover"
2424
coverProfileHtml = "${buildDir}/testing/${name}.cover.html"
25-
arguments = ["-check.vv"]
25+
testArguments = ["-check.vv"]
2626
}
2727
toolchain {
2828
goversion = 'go1.8'

0 commit comments

Comments
 (0)