File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed
wundergraph_bench/src/bin
wundergraph_example/src/bin Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5656 if : runner.os == 'macOS' && matrix.backend == 'postgres'
5757 run : |
5858 brew update
59- brew uninstall --ignore-dependencies libpq
60- brew install postgres
6159 /usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
6260 sleep 3
6361 /usr/local/opt/postgres/bin/createuser -s postgres
@@ -149,7 +147,7 @@ jobs:
149147 - uses : actions/checkout@v1
150148 - uses : actions-rs/toolchain@v1
151149 with :
152- toolchain : nightly-2019-10-03
150+ toolchain : 1.42.0
153151 profile : minimal
154152 components : clippy, rustfmt
155153 - name : Cache cargo registry
Original file line number Diff line number Diff line change 1- nightly-2019-10-03
1+ 1.42.0
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ reqwest = "0.9"
2323serde_json = " 1"
2424
2525[features ]
26- default = [" postgres" ]
26+ default = [" postgres" , " sqlite " ]
2727sqlite = [" diesel/sqlite" ]
2828postgres = [" diesel/postgres" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments