Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed May 23, 2024
1 parent 5143836 commit d3fde88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Fetch all tags
run: git fetch --unshallow --tags

- name: Make binary
run: make install

- name: Test
run: make test

Expand Down

0 comments on commit d3fde88

Please sign in to comment.