Skip to content

Commit c4d0a79

Browse files
committed
fix: oops 😅(retrigger test)
1 parent 0bcf1b2 commit c4d0a79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/base/tests/user_worker_tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ mod integration_test_helper;
33

44
use hyper::{Body, Request, Response};
55
use sb_workers::context::{WorkerContextInitOpts, WorkerRequestMsg, WorkerRuntimeOpts};
6+
use serial_test::serial;
67
use std::collections::HashMap;
78
use tokio::sync::oneshot;
89

910
use crate::integration_test_helper::{create_test_user_worker, test_user_runtime_opts};
1011

1112
#[tokio::test]
13+
#[serial]
1214
async fn test_user_worker_json_imports() {
1315
let opts = WorkerContextInitOpts {
1416
service_path: "./test_cases/json_import".into(),
@@ -52,6 +54,7 @@ async fn test_user_worker_json_imports() {
5254
}
5355

5456
#[tokio::test]
57+
#[serial]
5558
async fn test_user_imports_npm() {
5659
let opts = WorkerContextInitOpts {
5760
service_path: "./test_cases/npm".into(),

0 commit comments

Comments
 (0)