Skip to content

Commit 6414921

Browse files
committed
Fix indent of steps in circleci config
1 parent 2f5d5f9 commit 6414921

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
- checkout
1919
- go/with-cache:
2020
steps:
21-
- go/mod-download # Run 'go mod download'.
22-
- run:
23-
name: "install goveralls"
24-
command: go get -v github.com/mattn/goveralls
25-
- run:
26-
name: "install terminal"
27-
command: go get -v golang.org/x/crypto/ssh/terminal
28-
- run:
29-
name: "setup"
30-
command: make setup
31-
- run:
32-
name: "build and test"
33-
command: make build junit-test test-race check bench-race coveralls
21+
- go/mod-download # Run 'go mod download'.
22+
- run:
23+
name: "install goveralls"
24+
command: go get -v github.com/mattn/goveralls
25+
- run:
26+
name: "install terminal"
27+
command: go get -v golang.org/x/crypto/ssh/terminal
28+
- run:
29+
name: "setup"
30+
command: make setup
31+
- run:
32+
name: "build and test"
33+
command: make build junit-test test-race check bench-race coveralls
3434
- store_test_results:
3535
path: test-report.xml
3636
docker-buildx:

0 commit comments

Comments
 (0)