Skip to content

Commit

Permalink
Test with embedded Lemmy instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Dec 16, 2022
1 parent e8f3df3 commit 57a97c7
Show file tree
Hide file tree
Showing 11 changed files with 2,550 additions and 209 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ steps:
- /root/.cargo/bin/cargo fmt -- --check

- name: cargo clippy
image: rust:1.62-buster
image: rust:1.66-buster
commands:
- rustup component add clippy
- cargo clippy --workspace --tests --all-targets --all-features -- -D warnings -D deprecated -D clippy::perf -D clippy::complexity -D clippy::dbg_macro

- name: cargo test
image: rust:1.62-buster
image: rust:1.66-buster
commands:
- cargo test --workspace --no-fail-fast

Expand Down
Loading

0 comments on commit 57a97c7

Please sign in to comment.