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'