Skip to content

Commit

Permalink
Run binary in x86 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 24, 2023
1 parent d518e52 commit 173b05f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Build
run: go build -v -ldflags "-X main.Commit=${{ github.sha }}"

- name: Run the binary
run: ./mac-registration-provider -once

- uses: actions/upload-artifact@v3
with:
name: mac-registration-provider-x86
Expand Down

0 comments on commit 173b05f

Please sign in to comment.