👷 ci(circleci): improve test runner condition logic

- correct condition logic for test runner parameter in circleci config
This commit is contained in:
Jeremiah Russell
2025-10-20 12:46:40 +01:00
committed by Jeremiah Russell
parent c64898d6c2
commit 82c920390c

View File

@@ -161,8 +161,8 @@ jobs:
- when:
condition:
equal:
- cargo
- << parameters.test_runner >>
- cargo
steps:
- toolkit/cargo_test:
cargo_all_features: << parameters.cargo_all_features >>
@@ -173,8 +173,8 @@ jobs:
- when:
condition:
equal:
- nextest
- << parameters.test_runner >>
- nextest
steps:
- cargo_nextest:
cargo_all_features: << parameters.cargo_all_features >>