-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves CI and allow manual execution (#534)
* Testing to split build and rust tests * check rust tests before release/docker CI * Better sccache check for CI * Testing rust tests after build * Chmod moonbeam executable in CI * Improves fork test * Testing concurrent build/test * Fixes CI yaml * Fixes sleep time in CI * Testing more concurrency * too much concurrency ? * Testing separating checks * remove duplicated clippy * longer fork test * restore sequential checks * fixes typo * fixes ci deps * Putting rust test before checks * Adds manual workflow * Fixes comments
- Loading branch information
Showing
3 changed files
with
20 additions
and
22 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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
# Rust directories | ||
**/target | ||
**/scripts/tmp | ||
.cargo/ | ||
|
||
# Typescript directories | ||
**/node_modules | ||
|
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