clockworklabs / clockworklabs/SpacetimeDB
Move all workflow CI under `cargo ci`
Open
@bfops is already working on this.
Since Apr 22, 2026.
- Dominant language
- Rust
- Stars
- 25.2k
- Forks
- 1.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 46
Description
all the CI that runs in a GitHub workflow, should be moved into cargo ci.
(note that this is just about the CI that tests correctness of a particular branch/PR, not literally every workflow/job that exists, since some of them are unrelated to testing).
- Make
cargo ci lintrunpnpm lintand remove the typescript lint workflow - Migrate the
typescript-test.ymlworkflow to ci.yml with cmdcargo ci test-typescript - Migrate the
csharp-testsuitejob tocargo ci test-csharp - Remove
dotnet testfromcargo ci testand verify thatcargo ci test-csharpdoes this - Migrate the
docs-test.ymlworkflow tocargo ci test-docs - Migrated the
upgrade-version-check.ymlworkflow tocargo ci test-version
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.