File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
format :
26
+ strategy :
27
+ fail-fast : false
26
28
runs-on : ubuntu-latest
27
29
steps :
28
30
- name : Checkout repository
38
40
39
41
test :
40
42
strategy :
43
+ fail-fast : false
41
44
matrix :
42
45
os : ['ubuntu-latest', 'windows-latest', 'macos-latest']
43
46
fn_features : ['', 'log native libsystemd multi-thread']
56
59
57
60
clippy :
58
61
strategy :
62
+ fail-fast : false
59
63
matrix :
60
64
os : ['ubuntu-latest', 'windows-latest', 'macos-latest']
61
65
runs-on : ${{ matrix.os }}
77
81
run : cargo +nightly clippy --all-features --benches
78
82
79
83
check-doc :
84
+ strategy :
85
+ fail-fast : false
80
86
runs-on : ubuntu-latest
81
87
steps :
82
88
- name : Checkout repository
96
102
97
103
check :
98
104
strategy :
105
+ fail-fast : false
99
106
matrix :
100
107
os : ['ubuntu-latest', 'windows-latest', 'macos-latest']
101
108
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments