File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 6666 steps :
6767 - uses : actions/checkout@v4
6868
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
7570 run : cargo check -p bindgen --no-default-features --features=runtime
7671
7772 docs :
8176 steps :
8277 - uses : actions/checkout@v4
8378
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`
9080 run : cargo doc --document-private-items --no-deps -p bindgen
9181
9282 - name : Generate documentation for `bindgen-cli`
9787 steps :
9888 - uses : actions/checkout@v4
9989
100- - name : Install stable
101- uses : dtolnay/rust-toolchain@master
102- with :
103- toolchain : stable
104-
10590 # TODO: Actually run quickchecks once `bindgen` is reliable enough.
10691 - name : Build quickcheck tests
10792 run : cd bindgen-tests/tests/quickchecking && cargo test
@@ -114,11 +99,6 @@ jobs:
11499 steps :
115100 - uses : actions/checkout@v4
116101
117- - name : Install stable
118- uses : dtolnay/rust-toolchain@master
119- with :
120- toolchain : stable
121-
122102 - name : Test expectations
123103 run : cd bindgen-tests/tests/expectations && cargo test
124104
You can’t perform that action at this time.
0 commit comments