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 76c0f39 commit b188188Copy full SHA for b188188
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
DATABASE_URL: postgres://postgres:@localhost/cargo_registry_test
68
TEST_DATABASE_URL: postgres://postgres:@localhost/cargo_registry_test
69
CARGO_INCREMENTAL: 0
70
- RUSTFLAGS: "-C debuginfo=0"
+ RUSTFLAGS: "-C debuginfo=0 -D warnings"
71
72
steps:
73
- uses: actions/checkout@v2-beta
@@ -175,7 +175,7 @@ jobs:
175
176
- name: Setup database
177
run: |
178
- which diesel || cargo install diesel_cli --force --vers $(cat .diesel_version) --no-default-features --features postgres
+ which diesel || cargo install diesel_cli --vers $(cat .diesel_version) --no-default-features --features postgres
179
diesel database setup --locked-schema
180
181
- name: Lint
0 commit comments