From ba0f87124d5d1ae564404f2114f01fa4efe67e49 Mon Sep 17 00:00:00 2001 From: andrussal Date: Fri, 5 Dec 2025 18:46:09 +0100 Subject: [PATCH] Run local smoke test with --all-features --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3dd6893..0b05db7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -234,7 +234,7 @@ jobs: echo "NOMOS_KZGRS_PARAMS_PATH=${GITHUB_WORKSPACE}/testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params" >> "$GITHUB_ENV" - name: Run local runner smoke (ignored test) run: | - NOMOS_TESTS_KEEP_LOGS=true LOCAL_DEMO_RUN_SECS=60 cargo +nightly-2025-09-14 test -p runner-examples --test local_runner_bin_smoke -- --ignored --nocapture + NOMOS_TESTS_KEEP_LOGS=true LOCAL_DEMO_RUN_SECS=60 cargo +nightly-2025-09-14 test --all-features -p runner-examples --test local_runner_bin_smoke -- --ignored --nocapture - name: Show local runner logs (on failure) if: failure() run: |