mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-20 16:24:56 +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