From a15c9092404255c598cd6a741fe786a3b37ab527 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Tue, 17 Aug 2021 01:21:08 +0200 Subject: [PATCH] Fix CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a82eb2..f6d0445 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: cargo check run: cargo check --all --all-features --tests - name: cargo test - run: cargo test + run: cargo test --no-default-features - name: cargo clippy run: cargo clippy --all --all-features --tests - name: cargo fmt