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" ]