Bazel

From Y Wiki
Revision as of 11:38, 7 August 2024 by Yba (talk | contribs) (Created page with "== Run test with environment variable == <syntaxhighlight lang="bash"> bzl test //hello:hello --test_output=all --test_arg=TEST_NAME --test_env=GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcp-cred.json </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Run test with environment variable

bzl test //hello:hello --test_output=all --test_arg=TEST_NAME --test_env=GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcp-cred.json