-
Notifications
You must be signed in to change notification settings - Fork 12
Move testing to nextest #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ikripaka
wants to merge
28
commits into
dev
Choose a base branch
from
feat/nextest
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
10d77e2
simplexup: add cargo-nextest installation
ikripaka 8eabcb9
cli: migrate from `cargo test` to `cargo nextest`
ikripaka 681de64
cli: add formal nextest version check
ikripaka 78dc70c
cli: change dependency from `cargo nextest` to local `smplx-nextest` …
ikripaka e2a0a63
cli: edit namings in `commands/test.rs` for building `smplx-nextest` …
ikripaka 5c3dddb
remove leftover semver check arguments
ikripaka 4b8d1c2
cli: move forming of flags to separate function
ikripaka 61175dd
simplexup: add newlines
ikripaka 05add01
simplexup: simplify version retrieval for comparison
ikripaka 5c61739
cli: move bin args building to one function
ikripaka 146d050
simplexup: bump version from 0.0.4 to 0.0.5
ikripaka ee19246
simplexup: add version check in cargo-binstall
ikripaka ee104a4
simplexup: remove cargo-binstall
ikripaka c061e4f
cli: add nextest dsl test maker enabled by default
ikripaka e2ff677
cli: add --no-simplex flag
ikripaka 174b469
cli: add alias (nocapture) for no-capture flag in tests
ikripaka e280921
Update crates/cli/src/commands/core.rs
Arvolear 473a49e
cli: remove -vvv option
ikripaka 2209a5b
simplexup: remove `cargo install` dependency
ikripaka 8b49076
cli: add `test-threads` flag
ikripaka bf05e35
ci: add smplx-nextest binaries name to zip packing and attestation
ikripaka 921b0de
ci: fix verbosity in fixtures.yml
ikripaka cbefe0a
cli: divide verbose flag into 2
ikripaka 3b1ee7d
cli: add test-threads flag ignoring when no-capture set
ikripaka 43d7381
cli: limit test-threads flag to non-zero values
ikripaka d147feb
cli: add drop contexts, so memory can be gracefully cleaned on normal…
ikripaka 7fdea36
cli: correct show_output description
ikripaka f030606
fix lints
ikripaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.