mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-07 16:19:38 -04:00
af37985a4d
# Description of Changes Adds a non-repeating scheduled reducer integration test to the existing Rust and C# integration tests, in order to address #3213 # API and ABI breaking changes No # Expected complexity level and risk 1 # Testing - [X] Ran `cargo test -p spacetimedb-testing` and all tests passed --------- Signed-off-by: Ryan <r.ekhoff@clockworklabs.io>
module-test Rust test
Called as part of our integration tests to ensure the system is working as expected.
Note: Also mirrored as a C# version at
modules/module-test-cs, so must be kept in sync.
How to Run
Execute individual tests with module-test for Rust and module-test-cs for C#
at standalone_integration_test, or call
# Will run both Rust/C# module
cargo test -p spacetimedb-testing
# Only Rust
cargo test -p spacetimedb-testing rust
# Only C#
cargo test -p spacetimedb-testing csharp