From 699c0625f3e57edc732f834ed8b354cd8e11f423 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 7 Mar 2022 11:22:46 +1000 Subject: [PATCH] fix(test/full-sync): ignore snapshot test file changes (#3756) --- .github/workflows/test-full-sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-full-sync.yml b/.github/workflows/test-full-sync.yml index 56952708c2a..024d15dae1e 100644 --- a/.github/workflows/test-full-sync.yml +++ b/.github/workflows/test-full-sync.yml @@ -9,12 +9,12 @@ on: branches: - main 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' # hard-coded checkpoints + # TODO: ignore changes to proptest seed .txt files - '**/*.txt' - # test data snapshots - - '**/*.snap' # dependencies - '**/Cargo.toml' - '**/Cargo.lock'