Skip to content

Commit

Permalink
fix: rm dirty working tree check
Browse files Browse the repository at this point in the history
Signed-off-by: zong-zhe <[email protected]>
  • Loading branch information
zong-zhe committed Feb 4, 2024
1 parent 75ab57f commit f74c42e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@ jobs:
**/go.mod
- name: Run tests
run: make test
- name: Check if working tree is dirty
run: |
if [[ $(git diff --stat) != '' ]]; then
echo 'run make test and commit changes'
exit 1
fi

0 comments on commit f74c42e

Please sign in to comment.