File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 29
29
- run :
30
30
name : Run all tests
31
31
command : cargo test --all
32
+ - run :
33
+ name : Check bindgen
34
+ command : |
35
+ cargo install bindgen
36
+ scripts/update-bindgen.sh
37
+ git diff --exit-code
32
38
- run :
33
39
name : Check Formatting
34
40
command : |
67
73
- run :
68
74
name : Run all tests
69
75
command : cargo test --no-default-features --features=builtin-lua53 --all
76
+ - run :
77
+ name : Check bindgen
78
+ command : |
79
+ cargo install bindgen
80
+ scripts/update-bindgen.sh
81
+ git diff --exit-code
70
82
- run :
71
83
name : Check Formatting
72
84
command : |
@@ -111,6 +123,12 @@ jobs:
111
123
- run :
112
124
name : Run all tests
113
125
command : cargo test --no-default-features --features=system-lua51 --all
126
+ - run :
127
+ name : Check bindgen
128
+ command : |
129
+ cargo install bindgen
130
+ scripts/update-bindgen.sh
131
+ git diff --exit-code
114
132
- run :
115
133
name : Check Formatting
116
134
command : |
You can’t perform that action at this time.
0 commit comments