From ccd61c53862d9256734f4f0324e31b64b5999099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 21 Aug 2024 18:45:35 +0200 Subject: [PATCH] Fix CI for heed3-encryption --- .github/workflows/rust.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1059e2c6..5b385798 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -103,9 +103,8 @@ jobs: override: true - name: Run cargo test run: | - cd heed cargo clean - cargo check --all-features + cargo check --all-features -p heed check_all_features-heed3: name: Check all the features of the heed3 project @@ -130,10 +129,9 @@ jobs: override: true - name: Run cargo test run: | - cd heed cargo clean cp heed3-encryption/Cargo.toml heed/ - cargo check --all-features -p heed3 + cargo check --all-features -p heed3-encryption examples: name: Run the heed examples