fix(test/full-sync): ignore snapshot test file changes (#3756)
This commit is contained in:
parent
26d6ef9aa0
commit
699c0625f3
|
|
@ -9,12 +9,12 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
# code and tests
|
# code and tests (including full sync acceptance test changes)
|
||||||
|
# TODO: ignore changes in test code that isn't used in the full sync test
|
||||||
- '**/*.rs'
|
- '**/*.rs'
|
||||||
# hard-coded checkpoints
|
# hard-coded checkpoints
|
||||||
|
# TODO: ignore changes to proptest seed .txt files
|
||||||
- '**/*.txt'
|
- '**/*.txt'
|
||||||
# test data snapshots
|
|
||||||
- '**/*.snap'
|
|
||||||
# dependencies
|
# dependencies
|
||||||
- '**/Cargo.toml'
|
- '**/Cargo.toml'
|
||||||
- '**/Cargo.lock'
|
- '**/Cargo.lock'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue