Skip to content

Commit

Permalink
Merge pull request #760 from mackerelio/windows-check-file-age
Browse files Browse the repository at this point in the history
added build tests.
  • Loading branch information
yseto authored May 30, 2023
2 parents 46e233c + 377efe9 commit 7758c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
go build -o check-disk/check-disk.exe ./check-disk
go build -o check-uptime/check-uptime.exe ./check-uptime
go build -o check-tcp/check-tcp.exe ./check-tcp
go build -o check-file-age/check-file-age.exe ./check-file-age
- uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7758c0c

Please sign in to comment.