fix: run src/settings/server.rs tests separately
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2024-07-11 02:41:27 +05:30
parent 0f3bf764b6
commit 222c23c4d8
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -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)