Commit 8edf2234 authored by Steven Fackler's avatar Steven Fackler
Browse files

Run tests single threaded

This may help fix the flickering PEM cert loading.
parent 1b406ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ before_script:
  - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null &
script:
  - rustpkg build
  - rustpkg test
  - env RUST_TEST_TASKS=1 rustpkg test