From 4cb0f36ae50336ec5d200bc0d848624695f4444e Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 5 Mar 2022 05:55:49 +1000 Subject: [PATCH] doc(ci): explain the different ways .txt files are used (#3743) --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5d0845f..2dd0769a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: paths: # code and tests - '**/*.rs' - # hard-coded checkpoints + # hard-coded checkpoints and proptest regressions - '**/*.txt' # test data snapshots - '**/*.snap' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5b59d7a0..76ee40f1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ on: paths: # code and tests - '**/*.rs' - # hard-coded checkpoints + # hard-coded checkpoints and proptest regressions - '**/*.txt' # test data snapshots - '**/*.snap' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b86a4243..da9591f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ on: paths: # code and tests - '**/*.rs' - # hard-coded checkpoints + # hard-coded checkpoints and proptest regressions - '**/*.txt' # test data snapshots - '**/*.snap'