Split CI to reduce tests run

common/ is now only run when common is edited. crypto/ when common/ or crypto/.
coins/ when common/ or crypto/ or coins/. The rest of the tests are run
whenever any package is edited (as they're all inter-connected).
This commit is contained in:
Luke Parker
2023-07-17 01:04:05 -04:00
parent 0a367bfbda
commit 808a633e4d
5 changed files with 111 additions and 61 deletions

View File

@@ -4,7 +4,13 @@ on:
push:
branches:
- develop
paths:
- "common/**"
- "crypto/**"
- "coins/**"
- "tests/no-std/**"
pull_request:
workflow_dispatch:
jobs:
build: