Skip to content

Commit

Permalink
Fix postgres-vector test cases (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Sep 6, 2024
1 parent 9d4f881 commit 53fd4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo test --features=all-features
- run: cargo test --test option-more-parentheses --features=tests-cfg,option-more-parentheses

Expand Down
1 change: 1 addition & 0 deletions tests/postgres/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,7 @@ fn test_issue_674_nested_logical_panic() {
}

#[test]
#[cfg(feature = "postgres-vector")]
fn test_pgvector_select() {
assert_eq!(
Query::select()
Expand Down

0 comments on commit 53fd4e9

Please sign in to comment.