Skip to content

Commit 42cc593

Browse files
committed
enable int8-versions test
1 parent 666cbd3 commit 42cc593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
toolchain: ${{ matrix.rust }}
100100
- run: cargo install --path ./refinery_cli --no-default-features --features=postgresql
101101
- run: cd refinery && cargo test --features postgres --test postgres -- --test-threads 1
102+
- run: cd refinery && cargo test --features postgres,int8-versions --test postgres -- --test-threads 1
102103

103104
test-tokio-postgres:
104105
name: Test tokio-postgres

0 commit comments

Comments
 (0)