Make js tests run faster in our CI process

https://facebook.github.io/jest/docs/en/cli.html#runinband
pull/2979/head
Andrew Watkins 2018-03-14 10:00:37 -07:00
parent 0c1263f754
commit ecee66f4e2
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ gotestrace:
go test -race ./...
jstest:
cd ui && yarn test
cd ui && yarn test --runInBand
run: ${BINARY}
./chronograf