We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d25fd5 commit 96cded4Copy full SHA for 96cded4
.github/classroom/autograding.json
@@ -2,21 +2,21 @@
2
"tests": [
3
{
4
"name": "Compilation Check",
5
- "run": "mvn compile",
+ "run": "mvn --no-transfer-progress compile",
6
"points": 0,
7
"timeout": 10,
8
"required": true
9
},
10
11
"name": "Basic Tests",
12
- "run": "mvn test -Dtest=BasicTest",
+ "run": "mvn --no-transfer-progress test -Dtest=BasicTest",
13
"points": 1,
14
15
16
17
18
"name": "Edge Case Tests",
19
- "run": "mvn test -Dtest=EdgeCaseTest",
+ "run": "mvn --no-transfer-progress test -Dtest=EdgeCaseTest",
20
"points": 2,
21
"timeout": 10
22
}
0 commit comments