Hi, is there any way to run the unit tests as part of `pulumi preview`, now I have to run `go test` ...
q
Hi, is there any way to run the unit tests as part of
pulumi preview
, now I have to run
go test
command manually inside GitHub actions