Skip to content

Commit bc86d69

Browse files
committed
ETCM-168: Run all unit and integration tests in Circle CI.
1 parent fda7f61 commit bc86d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- run:
2828
name: test
2929
#command: mill scalanet.test && mill scalanet.scoverage.htmlReport
30-
command: mill scalanet.test
30+
command: mill __.test
3131

3232
- run:
33-
name: kadmelia integration test
34-
command: mill scalanet.it
33+
name: integration test
34+
command: mill __.it
3535

3636
- run:
3737
name: check that the code is formatted properly

0 commit comments

Comments
 (0)