]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: test cmd module on js/wasm
authorTobias Klauser <tklauser@distanz.ch>
Wed, 28 Sep 2022 17:19:44 +0000 (19:19 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 28 Sep 2022 18:39:27 +0000 (18:39 +0000)
commitdbf174d4b9dd96b225a1f10089478f8257a54f80
tree899ad0b6d22d749f0c5ef03ff3eb0810da1cf64e
parentae3abf16e451238a25379f721613e540252e4f30
cmd/dist: test cmd module on js/wasm

Most tests will be skipped anyway because 'go build' is not available,
but this ensures cmd will be build tested by TryBots for js/wasm.

For #25911
For #35220
For #54219

Change-Id: I09c75905c36311810eb1ae75eeee2fa6102c1c0d
Reviewed-on: https://go-review.googlesource.com/c/go/+/435237
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/build.go
src/cmd/dist/test.go