From cbc506151b7e487debda3e783f3b00ab26d0d106 Mon Sep 17 00:00:00 2001 From: tatyam Date: Sat, 1 Jun 2024 00:41:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=9F=E3=80=9C=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yml | 6 ++---- .verify-helper/timestamps.remote.json | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ca797c6..849ee90 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -20,14 +20,13 @@ jobs: with: python-version: '3.x' cache: 'pip' - cache-dependency-path: '' - name: Install dependencies run: | pip install -U pip pip install -r requirements.txt - - name: Cache judge data + - name: Restore cached judge data uses: actions/cache@v4 with: path: | @@ -36,10 +35,9 @@ jobs: ~/.local/share/online-judge-tools/ key: cache-judge-data - - name: Run tests + - run: oj-verify all env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_PAT: ${{ secrets.GH_PAT }} - run: oj-verify all - run: git switch main 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 +}