Skip to content

Commit

Permalink
chore(nightly-ci): remove pg_kvbackend feature gate in windows ci (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Jan 8, 2025
1 parent 3d9df82 commit c89ef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c89ef85

Please sign in to comment.