3 lines
96 B
Bash
3 lines
96 B
Bash
#!/bin/bash
|
|
mvn clean -test.nogc=true '-Dtest=org.deeplearning4j.nn.modelimport.keras.**' test
|