chore(nightly-ci): remove pg_kvbackend feature gate in windows ci (#5310)

This commit is contained in:
Weny Xu
2025-01-08 11:53:58 +08:00
committed by GitHub
parent 3d9df822ad
commit c89ef85902

View File

@@ -96,7 +96,7 @@ jobs:
with:
distribution: Ubuntu-22.04
- name: Running tests
run: cargo nextest run -F dashboard -F pg_kvbackend
run: cargo nextest run -F dashboard
env:
CARGO_BUILD_RUSTFLAGS: "-C linker=lld-link"
RUST_BACKTRACE: 1