File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,6 +168,9 @@ jobs:
168168 - uses : dsherret/rust-toolchain-file@v1
169169 - run : echo ::add-matcher::.github/workflows/rust_matcher.json
170170
171+ - name : Run bindgen tests
172+ run : cargo test -p spacetimedb-codegen
173+
171174 # Make sure the `Cargo.lock` file reflects the latest available versions.
172175 # This is what users would end up with on a fresh module, so we want to
173176 # catch any compile errors arising from a different transitive closure
@@ -180,8 +183,6 @@ jobs:
180183 - name : Build module-test
181184 run : cargo run -p spacetimedb-cli -- build --project-path modules/module-test
182185
183- - name : Run bindgen tests
184- run : cargo test -p spacetimedb-codegen
185186
186187 publish_checks :
187188 name : Check that packages are publishable
Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ tempfile = "3.20"
268268termcolor = " 1.2.0"
269269thin-vec = " 0.2.13"
270270thiserror = " 1.0.37"
271- timezone_provider = " =0.0.14" # v8 becomes upset with anything below or above.
272271tokio = { version = " 1.37" , features = [" full" ] }
273272tokio_metrics = { version = " 0.4.0" }
274273tokio-postgres = { version = " 0.7.8" , features = [" with-chrono-0_4" ] }
You can’t perform that action at this time.
0 commit comments