We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666cbd3 commit 42cc593Copy full SHA for 42cc593
.github/workflows/ci.yml
@@ -99,6 +99,7 @@ jobs:
99
toolchain: ${{ matrix.rust }}
100
- run: cargo install --path ./refinery_cli --no-default-features --features=postgresql
101
- 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
103
104
test-tokio-postgres:
105
name: Test tokio-postgres
0 commit comments