Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 342 Bytes

e2e tests

Orchestration tests

bazel run //:gazelle
bazel test --local_test_jobs=1 orchestration/...

Adding a new Go dependency

If adding github.com/gorilla/websocket

bazel run //:gazelle -- update-repos -to_macro=go_repositories.bzl%repos "github.com/gorilla/websocket"
bazel run //:gazelle