Skip to content

Commit

Permalink
Do a quick sanity check of built executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 2, 2024
1 parent f5a3765 commit 408a41d
Showing 1 changed file with 2 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 @@ -105,6 +105,8 @@ jobs:
cache: 'pip'
- name: Building toltecmk
run: make standalone
- name: Sanity check
run: ./toltecmk --help
- uses: actions/upload-artifact@v4
with:
name: toltecmk
Expand Down

0 comments on commit 408a41d

Please sign in to comment.