blob: 8ce882c5ef4588dcdb01fee4feb6dab654249ace [file] [view]
# smoke test
This e2e exercises the repo for each platform by specifying the platform on the command line as follows:
bazelisk test --platforms=//:linux_x86 //:smoke_test
bazelisk test --platforms=//:linux_arm64 //:smoke_test
bazelisk test --platforms=//:macos_x86 //:smoke_test
bazelisk test --platforms=//:macos_arm64 //:smoke_test
bazelisk test --platforms=//:windows_x86 //:smoke_test