fix(server): Use thread::spawn instead of thread::scoped.
This commit is contained in:
@@ -6,8 +6,8 @@ cache:
|
||||
- target
|
||||
|
||||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo build --features nightly
|
||||
- cargo test --features nightly
|
||||
- cargo bench --features nightly
|
||||
|
||||
after_success: |
|
||||
|
||||
Reference in New Issue
Block a user