fix: run src/settings/server.rs tests separately
This commit is contained in:
parent
0f3bf764b6
commit
222c23c4d8
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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)
|
||||
|
|
Loading…
Reference in a new issue