diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1463ede3d..aefb2459e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,6 @@ jobs: env: RUST_BACKTRACE: 1 run: | - nats-server --jetstream --port=4222 & cargo test --features=${{ matrix.features }} --features slow_tests -- --nocapture check_format: