👷 ci(circleci): use cargo as default test runner
- set default test runner to cargo - remove test option from enum
This commit is contained in:
committed by
Jeremiah Russell
parent
aa342eab49
commit
c64898d6c2
@@ -138,10 +138,10 @@ jobs:
|
||||
description: "Required: The minimum version of the rust compiler to use"
|
||||
type: string
|
||||
test_runner:
|
||||
default: test
|
||||
default: cargo
|
||||
description: The test runner to use
|
||||
enum:
|
||||
- test
|
||||
- cargo
|
||||
- nextest
|
||||
type: enum
|
||||
nextest_profile:
|
||||
@@ -161,7 +161,7 @@ jobs:
|
||||
- when:
|
||||
condition:
|
||||
equal:
|
||||
- test
|
||||
- cargo
|
||||
- << parameters.test_runner >>
|
||||
steps:
|
||||
- toolkit/cargo_test:
|
||||
|
||||
Reference in New Issue
Block a user