Run pr-flow with stable toolchain (#1720)

This commit is contained in:
Philip Peterson 2021-01-29 00:01:36 -05:00 committed by GitHub
parent 2f926a9151
commit ed5b394072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ private = true
namespace = "core"
[tasks.pr-flow]
toolchain = "stable"
category = "Checks"
description = "Lint and test"
run_task = { name = ["lint", "tests"], fork = true }