ci: fine tune aspect workflows settings (#2260)

- ensure stamping is disabled for better caching
- build everything (not only test targets)
- set cli_edition flag
This commit is contained in:
Malte Poll 2023-08-18 18:16:02 +02:00 committed by GitHub
parent 75ed8c9f3e
commit 7d040c26ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,10 @@ workspaces:
.:
bazel:
flags:
- --config=nostamp
- --nostamp
- --workspace_status_command=
- --nobuild_tests_only
- --cli_edition=enterprise
tasks:
buildifier:
target: //bazel/ci:buildifier_check