Run game test is now also run by default (although it takes about 10 minutes).
This commit is contained in:
@@ -28,7 +28,8 @@ import org.junit.runners.Suite;
|
||||
AuthLoginTest.class,
|
||||
CreateGameTest.class,
|
||||
CreateRankingGameTest.class,
|
||||
StartNormalGameTest.class
|
||||
StartNormalGameTest.class,
|
||||
RunNormalGameTest.class
|
||||
})
|
||||
public class AllTests {
|
||||
public static void main(String[] args)
|
||||
|
||||
Reference in New Issue
Block a user