Skip to content

Commit

Permalink
save-always: true
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed May 31, 2024
1 parent 2eafd11 commit 3437fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions .verify-helper/timestamps.remote.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 3437fbd

Please sign in to comment.