ci(examples): split jobs and verify changed examples (#1155)

This commit is contained in:
Joseph Cruz
2023-06-13 21:29:54 -04:00
committed by GitHub
parent a98885a123
commit 3a522aef5d
15 changed files with 183 additions and 34 deletions

View File

@@ -102,6 +102,7 @@ args = ["make", "test-unit-and-web"]
[tasks.verify-examples]
description = "Run all quality checks and tests for examples"
env = { CLEAN_AFTER_VERIFY = "true" }
cwd = "examples"
command = "cargo"
args = ["make", "verify-flow"]