From 9ab3a9d072603a6123608f452661faaa079740c4 Mon Sep 17 00:00:00 2001
From: Dessalines <tyhou13@gmx.com>
Date: Wed, 23 Dec 2020 19:42:42 -0500
Subject: [PATCH] Add clippy check tests to drone.

---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index eb599223..9404e3b3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,7 @@ steps:
   - name: cargo clippy
     image: ekidd/rust-musl-builder:1.47.0
     commands:
-      - cargo clippy --workspace --all-targets --all-features -- -D warnings
+      - cargo clippy --workspace --tests --all-targets --all-features -- -D warnings
 
   - name: check documentation build
     image: ekidd/rust-musl-builder:1.47.0
-- 
2.44.1