From 222c23c4d8c1130e36b46194104e20fe13355699 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Thu, 11 Jul 2024 02:41:27 +0530 Subject: [PATCH] fix: run src/settings/server.rs tests separately --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce60493..5329bf1 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,8 @@ run: default ## Run debug build test: ## Run tests #$(call cache_bust) - cargo test --all-features --no-fail-fast + cargo test --all-features --no-fail-fast -- --skip test_server_env_override + cargo test --all-features --no-fail-fast -- test_server_env_override #test.coverage.xml: ## Generate cobertura.xml test coverage # #$(call cache_bust)