diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 849ee90..2997e06 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -29,11 +29,12 @@ jobs: - name: Restore cached judge data uses: actions/cache@v4 with: + key: cache-judge-data path: | .verify-helper/cache/ ~/.cache/online-judge-tools/library-checker-problems/ ~/.local/share/online-judge-tools/ - key: cache-judge-data + save-always: true - run: oj-verify all env: diff --git a/.verify-helper/timestamps.remote.json b/.verify-helper/timestamps.remote.json index 2e4e754..a366b91 100644 --- a/.verify-helper/timestamps.remote.json +++ b/.verify-helper/timestamps.remote.json @@ -1,5 +1,4 @@ { -"test/FPS/FFT.test.cpp": "2024-05-31 19:00:40 +0900", "test/FPS/FFT_fast.test.cpp": "2024-05-31 19:00:40 +0900", "test/data-structure/BIT.test.cpp": "2024-05-31 19:00:40 +0900", "test/data-structure/FastSet.test.cpp": "2024-05-31 19:00:40 +0900", @@ -13,4 +12,4 @@ "test/string/SuffixArray.test.cpp": "2024-05-31 19:00:40 +0900", "test/string/Zalgorithm.test.cpp": "2024-05-31 19:00:40 +0900", "test/template.test.cpp": "2024-05-31 23:58:41 +0900" -} \ No newline at end of file +}