fix(ci): remove go mod tidy step, use build/test/vet only
This commit is contained in:
parent
e9c62fc5de
commit
5c6579d472
8
.github/workflows/ci_arch.yml
vendored
8
.github/workflows/ci_arch.yml
vendored
@ -22,14 +22,6 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22'
|
||||
- name: Verify go.mod tidy
|
||||
run: |
|
||||
go mod tidy
|
||||
if [ -f go.sum ]; then
|
||||
git diff --exit-code go.mod go.sum
|
||||
else
|
||||
git diff --exit-code go.mod
|
||||
fi
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
- name: Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user