From 0736018d47ccbf33afe9e257c37c412f655df796 Mon Sep 17 00:00:00 2001 From: Georges Palauqui Date: Mon, 7 Oct 2024 16:35:31 +0200 Subject: [PATCH] fix CI --- .github/workflows/rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index eb1e76d..4cfca4e 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -26,7 +26,7 @@ jobs: - name: Build run: cargo build --verbose - name: Test - run: cargo test --verbose + run: cargo test --features core-error --verbose - name: Format run: cargo fmt --check - name: Clippy