Commit 36945176 authored by Devon Carew's avatar Devon Carew

run tests sequentially

parent f98f134c
......@@ -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';
......
......@@ -12,4 +12,4 @@ pub global activate tuneup
pub global run tuneup check
# And run our tests.
pub run test
pub run test -j1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment