From 7ef9306ce36ada4c0a30b1620a709784295745d1 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 13 Apr 2023 15:31:57 +0300 Subject: [PATCH] Update CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78de14..270a623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,4 +240,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-features --all-targets \ No newline at end of file + args: --all-features --bins --examples --tests --lib \ No newline at end of file