run worker restart on linux

This commit is contained in:
Rob Ede 2021-11-03 16:02:59 +00:00
parent 351b37bdc8
commit 5fe957d275
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ async fn test_service_restart() {
h.join().unwrap().unwrap();
}
#[cfg_attr(not(target_os = "linux"), ignore)]
#[actix_rt::test]
async fn worker_restart() {
use actix_service::{Service, ServiceFactory};