Skip to content

Commit

Permalink
github: Run go test in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <cole.miller@canonical.com>
  • Loading branch information
cole-miller committed Sep 7, 2022
1 parent c510f9c commit 5c801de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ jobs:
deadcode
export GO_DQLITE_MULTITHREAD=1
overalls -project ${{ github.workspace }} -covermode=count -- -tags libsqlite3 -timeout 240s
go test -vet=off -v go-dqlite \
go-dqlite/app \
go-dqlite/benchmark \
go-dqlite/client \
go-dqlite/cmd/dqlite \
go-dqlite/cmd/dqlite-benchmark \
go-dqlite/cmd/dqlite-demo \
go-dqlite/driver \
go-dqlite/internal/bindings \
go-dqlite/internal/logging \
go-dqlite/internal/protocol \
go-dqlite/internal/shell
VERBOSE=1 ./test/dqlite-demo.sh
VERBOSE=1 ./test/roles.sh
VERBOSE=1 ./test/recover.sh
Expand Down

0 comments on commit 5c801de

Please sign in to comment.