🐛 fix(ci): correct default test runner value
- fix default test runner value in circleci config
This commit is contained in:
committed by
Jeremiah Russell
parent
4283adf7b2
commit
fa72a93e1d
@@ -138,10 +138,10 @@ jobs:
|
|||||||
description: "Required: The minimum version of the rust compiler to use"
|
description: "Required: The minimum version of the rust compiler to use"
|
||||||
type: string
|
type: string
|
||||||
test_runner:
|
test_runner:
|
||||||
default: cargo
|
default: test
|
||||||
description: The test runner to use
|
description: The test runner to use
|
||||||
enum:
|
enum:
|
||||||
- cargo
|
- test
|
||||||
- nextest
|
- nextest
|
||||||
type: enum
|
type: enum
|
||||||
nextest_profile:
|
nextest_profile:
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
condition:
|
condition:
|
||||||
equal:
|
equal:
|
||||||
- << parameters.test_runner >>
|
- << parameters.test_runner >>
|
||||||
- cargo
|
- test
|
||||||
steps:
|
steps:
|
||||||
- toolkit/cargo_test:
|
- toolkit/cargo_test:
|
||||||
cargo_all_features: << parameters.cargo_all_features >>
|
cargo_all_features: << parameters.cargo_all_features >>
|
||||||
|
|||||||
Reference in New Issue
Block a user