Skip to content

Commit efb53d1

Browse files
author
Esteban G
committed
Replacing make test for make build
1 parent f6e8682 commit efb53d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ build:
2020
ls -al $GOPATH/src/github.com/oracle/oci-go-sdk
2121
2222
- script:
23-
name: make-test
23+
name: make-build
2424
code: |
25-
make test
25+
make build
2626
2727

0 commit comments

Comments
 (0)