👷 ci(circleci): improve test runner condition logic
- correct condition logic for test runner parameter in circleci config
This commit is contained in:
committed by
Jeremiah Russell
parent
c64898d6c2
commit
82c920390c
@@ -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 >>
|
||||
|
||||
Reference in New Issue
Block a user