Skip to content

Commit

Permalink
ci: test one binary on build
Browse files Browse the repository at this point in the history
  • Loading branch information
damoun committed Jul 29, 2024
1 parent 817d99f commit 8605a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
name: build
path: .build
- name: Test binary
run: .build/linux-amd64/twitch_exporter

docker:
needs: golang
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
name: build
path: .build
- name: Test binary
run: .build/linux-amd64/twitch_exporter

publish:
needs: build
Expand Down

0 comments on commit 8605a01

Please sign in to comment.