Skip to content

Commit 161cf98

Browse files
committed
ETCM-168: Do both kind of tests together.
1 parent 0063b96 commit 161cf98

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ jobs:
2525
command: sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.8.0/0.8.0) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
2626

2727
- run:
28-
name: unit tests
28+
name: unit and integration tests
2929
#command: mill scalanet.test && mill scalanet.scoverage.htmlReport
30-
command: mill __.ut
31-
32-
- run:
33-
name: integration tests
34-
command: mill __.it
30+
command: mill __.test
3531

3632
- run:
3733
name: check that the code is formatted properly

0 commit comments

Comments
 (0)