Skip to content

Commit 2b76e0b

Browse files
committed
trying fail fast
1 parent 63ebd4a commit 2b76e0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ permissions:
77

88
jobs:
99
library_checker_aizu:
10+
# https://stackoverflow.com/a/76359456
11+
strategy:
12+
fail-fast: false
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@v1
@@ -27,7 +30,7 @@ jobs:
2730
- name: Run library checker and aizu tests
2831
env:
2932
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: oj-verify all --tle 60 --timeout 900
33+
run: oj-verify all --tle 60 --timeout 21600
3134

3235
grep_clangformat_cppcheck:
3336
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)