mirror of https://github.com/linkerd/linkerd2.git
				
				
				
			| The `policy-test/README.md` file includes instructions for manually running policy-controller tests. This change replaces these instructions with a `justfile` that can provision a test cluster in k3d, load test dependencies and execute tests via `just policy-test`. The policy controller CI workflow is *not* yet updated to use this same tooling, but that should be done in a followup. The rust workflow, however, uses the `justfile` to run basic tests. This change also renames the *Rust Static Checks* workflow to simply *Rust*. The new name is less verbose and more accurate: the workflow includes unit tests, which aren't really 'static'. Signed-off-by: Oliver Gould <ver@buoyant.io> | ||
|---|---|---|
| .. | ||
| core | ||
| grpc | ||
| k8s | ||
| src | ||
| .dockerignore | ||
| Cargo.toml | ||
| amd64.dockerfile | ||
| arm.dockerfile | ||
| arm64.dockerfile | ||