Commit 1d1551d 1 parent 169d34e commit 1d1551d Copy full SHA for 1d1551d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
PATH="$HOME/.cargo/bin:/c/Strawberry/perl/bin:/c/Program Files/CMake/bin:$PATH"
126
126
FEATURES="leveldb leveldb/leveldb-sys-3 rdkafka rdkafka/cmake_build"
127
127
rm rust-toolchain
128
- cargo test --no-default-features --features "$FEATURES"
128
+ cargo test --no-default-features --features "$FEATURES" -- --test-threads=1
129
129
130
130
test-stable :
131
131
resource_class : xlarge
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ fn test_buffering() {
77
77
78
78
std:: thread:: sleep ( std:: time:: Duration :: from_millis ( 100 ) ) ;
79
79
80
- block_on ( topology. stop ( ) ) . unwrap ( ) ;
80
+ rt . block_on ( topology. stop ( ) ) . unwrap ( ) ;
81
81
82
82
shutdown_on_idle ( rt) ;
83
83
You can’t perform that action at this time.
0 commit comments