From edb98980c73ef2dbe1f55d5bcfaacbf1aa37e297 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 20 Oct 2025 12:53:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20fix=20store=20te?= =?UTF-8?q?st=20results=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - correct indentation for `store_test_results` step in `circleci/config.yml` --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd88f16..6e24960 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -227,7 +227,7 @@ workflows: nextest_profile: ci post-steps: - store_test_results: - path: target/nextest/ci/junit.xml + path: target/nextest/ci/junit.xml - toolkit/idiomatic_rust: min_rust_version: << pipeline.parameters.min-rust-version >> - toolkit/security: