ci: run tests twice for testing migration (#290)

This commit is contained in:
Ariel Mashraki
2020-01-15 17:28:52 +02:00
committed by GitHub
parent e016ca918c
commit 71221877ee

View File

@@ -127,7 +127,7 @@ jobs:
- run:
name: Run integration tests
working_directory: entc/integration
command: gotestsum -f short-verbose --junitfile ~/test-results/integration.xml -- -race ./...
command: gotestsum -f short-verbose --junitfile ~/test-results/integration.xml -- -race -count=2 ./...
- *storetestdir
docs: