Skip to content

Commit

Permalink
Run tests before building the code.
Browse files Browse the repository at this point in the history
If the tests fails it doesn't make sense to build for all the platforms.
  • Loading branch information
plusvic committed Apr 14, 2021
1 parent d192285 commit a8b7555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ before_deploy:
- go get github.com/tcnksm/ghr

script: |
make all
go test -v ./...
make all
deploy:
- provider: script
Expand Down

0 comments on commit a8b7555

Please sign in to comment.