3 lines
101 B
Bash
3 lines
101 B
Bash
#!/bin/bash
|
|
mvn clean -test.nogc=true '-Dtest=org.nd4j.samediff.frameworkimport.tensorflow.**' test
|