add back multi seed long

This commit is contained in:
Marko Baricevic 2020-03-27 15:37:23 +01:00
parent 702c44ff6b
commit f7f8543dcb
No known key found for this signature in database
GPG Key ID: 1C1A5B44A0E4674D
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@ jobs:
target: proto-gen proto-lint proto-check-breaking
description: "Lint and verify Protocol Buffer definitions"
test-sim-multi-seed-long:
executor: golang
steps:
- make:
target: test-sim-multi-seed-long
description: "Test multi-seed simulation (long)"
test-cover:
executor: golang
parallelism: 4