Skip to content

Commit 96cded4

Browse files
authored
Update autograding.json
1 parent 3d25fd5 commit 96cded4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/classroom/autograding.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"tests": [
33
{
44
"name": "Compilation Check",
5-
"run": "mvn compile",
5+
"run": "mvn --no-transfer-progress compile",
66
"points": 0,
77
"timeout": 10,
88
"required": true
99
},
1010
{
1111
"name": "Basic Tests",
12-
"run": "mvn test -Dtest=BasicTest",
12+
"run": "mvn --no-transfer-progress test -Dtest=BasicTest",
1313
"points": 1,
1414
"timeout": 10,
1515
"required": true
1616
},
1717
{
1818
"name": "Edge Case Tests",
19-
"run": "mvn test -Dtest=EdgeCaseTest",
19+
"run": "mvn --no-transfer-progress test -Dtest=EdgeCaseTest",
2020
"points": 2,
2121
"timeout": 10
2222
}

0 commit comments

Comments
 (0)