mirror of https://github.com/smithy-lang/smithy-rs
Get marginally faster CI builds by removing cargo check, we're going to run Cargo test anyway (#431)
This commit is contained in:
parent
1b5453f8ab
commit
362e3440c8
|
@ -250,7 +250,7 @@ open class RunExampleTask @javax.inject.Inject constructor() : Exec() {
|
|||
}
|
||||
}
|
||||
|
||||
tasks["test"].finalizedBy("cargoCheck", "cargoClippy", "cargoTest", "cargoDocs")
|
||||
tasks["test"].finalizedBy("cargoClippy", "cargoTest", "cargoDocs")
|
||||
|
||||
tasks["clean"].doFirst {
|
||||
delete("smithy-build.json")
|
||||
|
|
Loading…
Reference in New Issue