Trying to run travis test in single threaded mode

This commit is contained in:
Jedrzej Stuczynski
2020-03-06 11:39:47 +00:00
parent d3594b620c
commit 6c730c217f
+1 -1
View File
@@ -11,5 +11,5 @@ before_script:
- rustup component add rustfmt
script:
- cargo build
- cargo test
- cargo test -- --test-threads=1
- cargo fmt -- --check