We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0063b96 commit 161cf98Copy full SHA for 161cf98
.circleci/config.yml
@@ -25,13 +25,9 @@ jobs:
25
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'
26
27
- run:
28
- name: unit tests
+ name: unit and integration tests
29
#command: mill scalanet.test && mill scalanet.scoverage.htmlReport
30
- command: mill __.ut
31
-
32
- - run:
33
- name: integration tests
34
- command: mill __.it
+ command: mill __.test
35
36
37
name: check that the code is formatted properly
0 commit comments