From c41ba9578c10d23d3a0e5aa94595b4d55a876bb2 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:16:25 +0200 Subject: [PATCH] Generated commit to update templated files based on rev 4cc0fe2 in stackabletech/operator-templating repo. (#369) Triggered by: Manual run triggered by: razvan with message [add cargo test to pre-commit hooks] --- .pre-commit-config.yaml | 7 +++++++ Makefile | 2 +- deny.toml | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a450dd6..8aecfce0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,3 +42,10 @@ repos: entry: make regenerate-charts stages: [commit, merge-commit, manual] pass_filenames: false + + - id: cargo-test + name: cargo-test + language: system + entry: cargo test + stages: [commit, merge-commit, manual] + pass_filenames: false diff --git a/Makefile b/Makefile index 8d995418..d7c2317c 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ publish: build docker-publish helm-publish run-dev: kubectl apply -f deploy/stackable-operators-ns.yaml - nix run -f. tilt -- up --port 5436 --namespace stackable-operators + nix run -f. tilt -- up --port 5437 --namespace stackable-operators stop-dev: nix run -f. tilt -- down diff --git a/deny.toml b/deny.toml index e22644fd..65840b8a 100644 --- a/deny.toml +++ b/deny.toml @@ -30,6 +30,7 @@ allow = [ "LicenseRef-ring", "LicenseRef-webpki", "MIT", + "MPL-2.0", "Unicode-DFS-2016", "Zlib" ]