mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
fix testng.xml to actually run all the tests
This commit is contained in:
parent
a65d77487b
commit
b948803b07
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
data-provider-thread-count="3">
|
||||
|
||||
<test name="Main">
|
||||
<classes>
|
||||
<class name="com.beust.kobalt.maven.DependencyTest" />
|
||||
</classes>
|
||||
<packages>
|
||||
<package name="com.beust.*"/>
|
||||
</packages>
|
||||
</test>
|
||||
|
||||
</suite>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue