Nextest Rust test runner - #107
Merged
Merged
Conversation
lstwn
commented
Jul 24, 2026
| 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") |
Collaborator
Author
There was a problem hiding this comment.
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?
Collaborator
There was a problem hiding this comment.
We have check-typescript which runs tests for coln-js-runtime. And yes, probably should add a justfile for coln-flir-rs
Otherwise LGTM
lstwn
force-pushed
the
nextest-rust-test-runner
branch
from
July 24, 2026 14:59
be4e2ae to
a1bb658
Compare
Collaborator
|
LGTM! |
Collaborator
Author
lstwn
marked this pull request as ready for review
July 28, 2026 11:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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, andcoln-batchnext tocoln-query. Looks good to me. It's mostly a drop-in replacement forcargo testbesides the missing doc test support but that is handled by the just files.