-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] add nextest / project generation test / typos check for CI (#216)
* [FEAT] use nextest for CI * [FEAT] clean CI * [FIX] matrix mode setup for CI * [FIX] RELEASE_FLAG for windows * [FIX] RELEASE_FLAG for windows second try * [FIX] RELEASE_FLAG for windows third try * [FIX] RELEASE_FLAG for windows fourth try * [FEAT] add project generation test again * [FEAT] add typos check to CI
- Loading branch information
Showing
3 changed files
with
97 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[default.extend-words] | ||
mis = "mis" | ||
ratatui = "ratatui" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# https://nexte.st/docs/configuration/test-groups/?h=group | ||
[test-groups] | ||
# resource-limited = { max-threads = 4 } | ||
serial-integration = { max-threads = 1 } | ||
|
||
# [[profile.default.overrides]] | ||
# filter = 'test(resource_limited::)' | ||
# test-group = 'resource-limited' | ||
|
||
[[profile.default.overrides]] | ||
filter = 'package(cu-vlp16) + package(cu-hesai) + package(cu-livox)' | ||
#platform = 'cfg(unix)' | ||
test-group = 'serial-integration' |
This file contains 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