clockworklabs / clockworklabs/SpacetimeDB

Move all workflow CI under `cargo ci`

Open
#4,859 2 comments 0 reactions 1 assignee View on GitHub

@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 lint run pnpm lint and remove the typescript lint workflow
  • Migrate the typescript-test.yml workflow to ci.yml with cmd cargo ci test-typescript
  • Migrate the csharp-testsuite job to cargo ci test-csharp
  • Remove dotnet test from cargo ci test and verify that cargo ci test-csharp does this
  • Migrate the docs-test.yml workflow to cargo ci test-docs
  • Migrated the upgrade-version-check.yml workflow to cargo ci test-version

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.