File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 66
66
steps :
67
67
- uses : actions/checkout@v4
68
68
69
- - name : Install stable
70
- uses : dtolnay/rust-toolchain@master
71
- with :
72
- toolchain : stable
73
-
74
- - name : Check without default features
69
+ - name : Check without default features
75
70
run : cargo check -p bindgen --no-default-features --features=runtime
76
71
77
72
docs :
81
76
steps :
82
77
- uses : actions/checkout@v4
83
78
84
- - name : Install stable
85
- uses : dtolnay/rust-toolchain@master
86
- with :
87
- toolchain : stable
88
-
89
- - name : Generate documentation for `bindgen`
79
+ - name : Generate documentation for `bindgen`
90
80
run : cargo doc --document-private-items --no-deps -p bindgen
91
81
92
82
- name : Generate documentation for `bindgen-cli`
97
87
steps :
98
88
- uses : actions/checkout@v4
99
89
100
- - name : Install stable
101
- uses : dtolnay/rust-toolchain@master
102
- with :
103
- toolchain : stable
104
-
105
90
# TODO: Actually run quickchecks once `bindgen` is reliable enough.
106
91
- name : Build quickcheck tests
107
92
run : cd bindgen-tests/tests/quickchecking && cargo test
@@ -114,11 +99,6 @@ jobs:
114
99
steps :
115
100
- uses : actions/checkout@v4
116
101
117
- - name : Install stable
118
- uses : dtolnay/rust-toolchain@master
119
- with :
120
- toolchain : stable
121
-
122
102
- name : Test expectations
123
103
run : cd bindgen-tests/tests/expectations && cargo test
124
104
You can’t perform that action at this time.
0 commit comments