From a9106d89c25398a1684b4bc9f614c5435b7660ca Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Wed, 11 Sep 2024 20:47:31 +0200 Subject: [PATCH] More CI fixing --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f76a201..642c6e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: cargo hack --feature-powerset check - name: Run examples run: | - pushd merde_json - cargo run --example simple - cargo run --example mixed - cargo run --example into_static + pushd merde + cargo run --features full --example simple + cargo run --features full --example mixed + cargo run --features full --example into_static popd