Skip to content

Commit

Permalink
Add testing to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Maškarinec <[email protected]>
  • Loading branch information
marekmaskarinec committed Feb 19, 2024
1 parent e590654 commit 0db80c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: make
- name: Build windows
run: make cross
- name: Test
run: ./tophat -check
- name: Deploy
run: |
rsync tophat [email protected]:www/tophat-web/dl/tophat-linux
Expand Down

0 comments on commit 0db80c1

Please sign in to comment.