Skip to content

Nextest Rust test runner - #107

Merged
lstwn merged 3 commits into
mainfrom
nextest-rust-test-runner
Jul 28, 2026
Merged

Nextest Rust test runner#107
lstwn merged 3 commits into
mainfrom
nextest-rust-test-runner

Conversation

@lstwn

@lstwn lstwn commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Adds nextest to our Rust packages. It is a more modern test runner and noticeably faster. @incipit0: I've tested the test runner for coln-store, coln-js-runtime, and coln-batch next to coln-query. Looks good to me. It's mostly a drop-in replacement for cargo test besides the missing doc test support but that is handled by the just files.

@lstwn
lstwn marked this pull request as draft July 24, 2026 13:18
Comment thread justfile Outdated
check-haskell: (check "coln-compiler") (check "coln-cli") (check "coln-repl") (check "coln-ls") (check "fnotation") (check "diagnostician")

check-rust: (check "coln-store")
check-rust: (check "coln-store") (check "coln-query")

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we include here the other two Rust packages coln-flir-rs and coln-js-runtime as well, @incipit0? coln-flir-rs is also missing a justfile, shall we add one, too?

@incipit0 incipit0 Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have check-typescript which runs tests for coln-js-runtime. And yes, probably should add a justfile for coln-flir-rs

Otherwise LGTM

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@lstwn
lstwn force-pushed the nextest-rust-test-runner branch from be4e2ae to a1bb658 Compare July 24, 2026 14:59
@lstwn
lstwn requested review from incipit0 and szlangini July 24, 2026 15:02
@szlangini

Copy link
Copy Markdown
Collaborator

LGTM!

@lstwn

lstwn commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator Author

LGTM!

Let's wait for @incipit0 to reply on the state of coln-flir-rs and colt-js-runtime here and then merge accordingly.

@lstwn
lstwn marked this pull request as ready for review July 28, 2026 11:40
@lstwn
lstwn added this pull request to the merge queue Jul 28, 2026
Merged via the queue into main with commit 654a184 Jul 28, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants