run tests sequentially

This commit is contained in:
Devon Carew 2015-10-06 16:00:24 -07:00
parent f98f134ccf
commit 3694517617
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
// This test can take a while due to network requests
@Timeout(const Duration(seconds: 60))
library init_test;
import 'dart:io';
import 'package:args/command_runner.dart';

View file

@ -12,4 +12,4 @@ pub global activate tuneup
pub global run tuneup check
# And run our tests.
pub run test
pub run test -j1