fix: override cookie settings in tests in a separate thread to not delete its value for other tests #21

Merged
realaravinth merged 2 commits from fix-cookie-secret into master 2024-07-11 02:46:37 +05:30
Showing only changes of commit 222c23c4d8 - Show all commits

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)