Add a "ci" feature to make clippy ignore docs warnings

This commit is contained in:
Ana Gelez
2020-01-31 08:25:25 +01:00
parent 55ccd1b4e4
commit c5fa90176c
15 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ executors:
working_directory: ~/projects/Plume
environment:
RUST_TEST_THREADS: 1
FEATURES: <<#parameters.postgres>>postgres<</ parameters.postgres>><<^parameters.postgres>>sqlite<</parameters.postgres>>
FEATURES: <<#parameters.postgres>>postgres<</ parameters.postgres>><<^parameters.postgres>>sqlite<</parameters.postgres>> ci
DATABASE_URL: <<#parameters.postgres>>postgres://postgres@localhost/plume<</parameters.postgres>><<^parameters.postgres>>plume.sqlite<</parameters.postgres>>