Skip to content

Commit

Permalink
try with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Nov 16, 2022
1 parent 804400f commit 83f3b78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ steps:
commands:
- /root/.cargo/bin/cargo fmt -- --check

- name: lemmy_api_common doesnt depend on diesel
image: rust:1.64-buster
commands:
- "! cargo tree -p lemmy_api_common --no-default-features -i diesel"

# latest rust for clippy to get extra checks
- name: cargo clippy
image: rust:1.64-buster
Expand Down

0 comments on commit 83f3b78

Please sign in to comment.