File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,25 @@ jobs:
68
68
with :
69
69
command : fmt
70
70
args : --all -- --check
71
+ if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && matrix.php == '8.1'
71
72
- name : Run clippy
72
73
uses : actions-rs/cargo@v1
73
74
with :
74
75
command : clippy
75
76
args : --all -- -D warnings
76
- if : matrix.rust == 'stable'
77
+ if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && matrix.php == '8.1'
78
+ - name : Run rustdoc
79
+ uses : actions-rs/cargo@v1
80
+ with :
81
+ command : rustdoc
82
+ args : -- -D warnings
83
+ if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && matrix.php == '8.1'
77
84
- name : Build with docs stub
78
- if : " contains(matrix.os, 'ubuntu') && matrix.php == '8.1'"
79
85
env :
80
86
DOCS_RS :
81
87
run :
82
88
cargo clean && cargo build
89
+ if : matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && matrix.php == '8.1'
83
90
build-zts :
84
91
name : Build with ZTS
85
92
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments