Skip to content

Commit

Permalink
chore: Add testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 13, 2021
1 parent cb1d934 commit 11ecc5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ steps:
CGO_ENABLED: 0
commands:
- make build
- ./release/linux/amd64/helloworld -h

---
kind: pipeline
Expand All @@ -26,3 +27,4 @@ steps:
CGO_ENABLED: 0
commands:
- make build
- ./release/linux/386/helloworld -h

0 comments on commit 11ecc5e

Please sign in to comment.