Skip to content

Commit

Permalink
Clearly write we run specs in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 21, 2017
1 parent 6ca341e commit 1af1249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -459,13 +459,13 @@

deploy_and_test_linux: {
run: deploy_binaries.run +
jt(["test", "-Gci"]),
jt(["test", "specs", "-Gci"]),
timelimit: "30:00"
},

deploy_and_test_darwin: {
run: deploy_binaries.run +
jt(["test", "-GdarwinCI"]),
jt(["test", "specs", "-GdarwinCI"]),
timelimit: "30:00"
},

Expand Down

0 comments on commit 1af1249

Please sign in to comment.