Skip to content

Commit b440ef3

Browse files
committed
Run the serial tests too
1 parent 373eca1 commit b440ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_script:
3131
- psql -c 'CREATE DATABASE equellatests WITH OWNER = equellatests;' -U postgres
3232
script:
3333
- sbt -Dconfig.file=travis.conf installEquella startEquella
34-
- sbt -Dconfig.file=travis.conf configureInstall setupForTests Tests/test
34+
- sbt -Dconfig.file=travis.conf configureInstall setupForTests Tests/test Tests/Serial/test
3535
- sbt -Dconfig.file=travis.conf coverageReport
3636
after_script:
3737
- sbt -Dconfig.file=travis.conf collectArtifacts

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
build:
1414
commands:
1515
- sbt -no-colors installEquella startEquella
16-
- sbt -no-colors configureInstall setupForTests Tests/test
16+
- sbt -no-colors configureInstall setupForTests Tests/test Tests/Serial/test
1717
- sbt -no-colors ${OTHER_TESTS}
1818
post_build:
1919
commands:

0 commit comments

Comments
 (0)