2 parents 2df4f8b + 1e24498 commit be02aa2Copy full SHA for be02aa2
1 file changed
.github/workflows/test.yml
@@ -33,8 +33,7 @@ jobs:
33
- name: Check Go modules
34
if: ${{ matrix.go-version == '1.24' && matrix.os == 'ubuntu-24.04' }}
35
run: |
36
- go mod tidy
37
- git diff --exit-code
+ go mod tidy -diff
38
39
40
- name: Test (native)
0 commit comments