doc(ci): explain the different ways .txt files are used (#3743)
This commit is contained in:
parent
d9a0f9d657
commit
4cb0f36ae5
|
|
@ -6,7 +6,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
# code and tests
|
# code and tests
|
||||||
- '**/*.rs'
|
- '**/*.rs'
|
||||||
# hard-coded checkpoints
|
# hard-coded checkpoints and proptest regressions
|
||||||
- '**/*.txt'
|
- '**/*.txt'
|
||||||
# test data snapshots
|
# test data snapshots
|
||||||
- '**/*.snap'
|
- '**/*.snap'
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
# code and tests
|
# code and tests
|
||||||
- '**/*.rs'
|
- '**/*.rs'
|
||||||
# hard-coded checkpoints
|
# hard-coded checkpoints and proptest regressions
|
||||||
- '**/*.txt'
|
- '**/*.txt'
|
||||||
# test data snapshots
|
# test data snapshots
|
||||||
- '**/*.snap'
|
- '**/*.snap'
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
# code and tests
|
# code and tests
|
||||||
- '**/*.rs'
|
- '**/*.rs'
|
||||||
# hard-coded checkpoints
|
# hard-coded checkpoints and proptest regressions
|
||||||
- '**/*.txt'
|
- '**/*.txt'
|
||||||
# test data snapshots
|
# test data snapshots
|
||||||
- '**/*.snap'
|
- '**/*.snap'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue