mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 16:57:04 +00:00
ci: skip go build for tests (#7899)
This commit is contained in:
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@@ -310,8 +310,7 @@ jobs:
|
|||||||
arm64) echo ARCH=arm64 ;;
|
arm64) echo ARCH=arm64 ;;
|
||||||
esac >>$GITHUB_ENV
|
esac >>$GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: go build
|
- run: go test ./...
|
||||||
- run: go test -v ./...
|
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
needs: [changes]
|
needs: [changes]
|
||||||
|
|||||||
Reference in New Issue
Block a user