mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Add appservices component to docker scripts (#1153)
Signed-off-by: Ashley Nelson <amn@fantashley.com>
This commit is contained in:
parent
7f26b0cd13
commit
61e0482fef
7 changed files with 54 additions and 1 deletions
|
@ -10,7 +10,7 @@ set -eu
|
|||
echo "Checking that it builds..."
|
||||
go build ./cmd/...
|
||||
|
||||
./scripts/find-lint.sh
|
||||
./build/scripts/find-lint.sh
|
||||
|
||||
echo "Testing..."
|
||||
go test -v ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue