constellation/.aspect/workflows/config.yaml
Malte Poll 7d040c26ba
ci: fine tune aspect workflows settings (#2260)
- ensure stamping is disabled for better caching
- build everything (not only test targets)
- set cli_edition flag
2023-08-18 18:16:02 +02:00

17 lines
337 B
YAML

# See https://docs.aspect.build/v/workflows/config
---
workspaces:
.:
bazel:
flags:
- --nostamp
- --workspace_status_command=
- --nobuild_tests_only
- --cli_edition=enterprise
tasks:
buildifier:
target: //bazel/ci:buildifier_check
gazelle:
target: //bazel/ci:gazelle_check
test: