File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
61
61
path : git-branchless
62
62
63
63
- name : Run Rust tests on Git `master`
64
- timeout-minutes : 10
64
+ timeout-minutes : 15
65
65
run : |
66
66
export TEST_GIT="$PWD"/git-master/git
67
67
export TEST_GIT_EXEC_PATH=$(dirname "$TEST_GIT")
68
68
(cd git-branchless && cargo test --all-features --examples --tests --workspace)
69
69
70
70
- name : Run Rust tests on Git `next`
71
- timeout-minutes : 10
71
+ timeout-minutes : 15
72
72
run : |
73
73
export TEST_GIT="$PWD"/git-next/git
74
74
export TEST_GIT_EXEC_PATH=$(dirname "$TEST_GIT")
Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ jobs:
85
85
86
86
# Don't test benches.
87
87
- name : Run Rust tests (all features)
88
- timeout-minutes : 10
88
+ timeout-minutes : 15
89
89
run : |
90
90
export TEST_GIT="$PWD"/git
91
91
export TEST_GIT_EXEC_PATH=$(dirname "$TEST_GIT")
92
92
cargo test --all-features --examples --tests --workspace
93
93
94
94
# Note that `--doc` can't be combined with other tests.
95
95
- name : Run Rust doc-tests (all features)
96
- timeout-minutes : 10
96
+ timeout-minutes : 15
97
97
run : |
98
98
export TEST_GIT="$PWD"/git
99
99
export TEST_GIT_EXEC_PATH=$(dirname "$TEST_GIT")
@@ -103,7 +103,7 @@ jobs:
103
103
run : cargo build --no-default-features --all-targets --workspace
104
104
105
105
- name : Run Rust tests (no default features)
106
- timeout-minutes : 10
106
+ timeout-minutes : 15
107
107
run : |
108
108
export TEST_GIT="$PWD"/git
109
109
export TEST_GIT_EXEC_PATH=$(dirname "$TEST_GIT")
Original file line number Diff line number Diff line change 37
37
run : cargo build --benches --tests
38
38
39
39
- name : Run tests
40
- timeout-minutes : 10
40
+ timeout-minutes : 15
41
41
run : |
42
42
export RUST_BACKTRACE=1
43
43
export TEST_GIT=$(which git)
Original file line number Diff line number Diff line change 30
30
run : cargo build --all-targets --workspace
31
31
32
32
- name : Run tests
33
- timeout-minutes : 10
33
+ timeout-minutes : 15
34
34
run : |
35
35
$env:TEST_GIT='C:\Program Files\Git\cmd\git.exe'
36
36
$env:TEST_GIT_EXEC_PATH='C:\Program Files\Git\cmd'
You can’t perform that action at this time.
0 commit comments