mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
Part data model (#950)
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Running Go build"
|
||||
go build .
|
||||
go build ./...
|
||||
|
||||
echo "==> Checking tests compile"
|
||||
go test -run=^$ .
|
||||
go test -run=^$ ./...
|
||||
|
||||
Reference in New Issue
Block a user