Skip to content

Commit 8d9364c

Browse files
committed
Fix bindgen tests
1 parent 7101733 commit 8d9364c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ tempfile = "3.20"
268268
termcolor = "1.2.0"
269269
thin-vec = "0.2.13"
270270
thiserror = "1.0.37"
271-
timezone_provider = "=0.0.14" # v8 becomes upset with anything below or above.
272271
tokio = { version = "1.37", features = ["full"] }
273272
tokio_metrics = { version = "0.4.0" }
274273
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }

0 commit comments

Comments
 (0)