Skip to content

Commit

Permalink
build/all.bash: add go test in ci test
Browse files Browse the repository at this point in the history
Change-Id: Icc70420f489f67242fb4a85d7c02a64d5cb9b70d
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/401254
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Jamal Carvalho <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
hyangah committed Apr 20, 2022
1 parent a87c062 commit 097d627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ run_test() {

echo "**** Check if vsce works ****"
vsce package

echo "**** Run Go tests ****"
go test ./...
# TODO(hyangah): see if go clean -modcache makes kokoro builder happy
go clean -modcache
}

run_test_in_docker() {
Expand Down

0 comments on commit 097d627

Please sign in to comment.