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 4c48f3d commit 5143836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Fetch all tags
run: git fetch --tags
run: git fetch --unshallow --tags

- name: Test
run: make test
Expand Down

0 comments on commit 5143836

Please sign in to comment.