We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ebd4a commit 2b76e0bCopy full SHA for 2b76e0b
.github/workflows/programming_team_code_ci.yml
@@ -7,6 +7,9 @@ permissions:
7
8
jobs:
9
library_checker_aizu:
10
+ # https://stackoverflow.com/a/76359456
11
+ strategy:
12
+ fail-fast: false
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v1
@@ -27,7 +30,7 @@ jobs:
27
30
- name: Run library checker and aizu tests
28
31
env:
29
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: oj-verify all --tle 60 --timeout 900
33
+ run: oj-verify all --tle 60 --timeout 21600
34
35
grep_clangformat_cppcheck:
36
0 commit comments