GH actions

pull/508/head
hunterlong 2020-04-16 13:31:16 -07:00
parent aaec62f88d
commit f3eb1b4b28
1 changed files with 4 additions and 1 deletions

View File

@ -62,7 +62,10 @@ jobs:
run: make clean compile
- name: Install Statping
run: make install
run: |
make build
chmod +x statping
mv statping $(go env GOPATH)/bin/
- name: Test Statping
env: