Skip to content

Commit

Permalink
enable int8-versions test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Aug 14, 2024
1 parent d4a32ea commit 56b81b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
toolchain: ${{ matrix.rust }}
- run: cargo install --path ./refinery_cli --no-default-features --features=postgresql
- run: cd refinery && cargo test --features postgres --test postgres -- --test-threads 1
- run: cd refinery && cargo test --features postgres,int8-versions --test postgres -- --test-threads 1

test-tokio-postgres:
name: Test tokio-postgres
Expand Down

0 comments on commit 56b81b1

Please sign in to comment.