-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove --targets flag from analyze * handle_run tests and bug fixes * debugging github actions test * debugging github actions test * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci * debug ci
- Loading branch information
Showing
13 changed files
with
312 additions
and
218 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 |
---|---|---|
|
@@ -15,42 +15,16 @@ jobs: | |
monorail: | ||
name: monorail | ||
runs-on: ubuntu-latest | ||
env: | ||
MONORAIL_TEST_DIR : ${{ github.workspace }}/tmp | ||
steps: | ||
- name: prep | ||
run: | | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
- run: | | ||
sudo chown -R $USER:$USER ${{ github.workspace }} | ||
mkdir -p "$MONORAIL_TEST_DIR" | ||
git config --global user.name "FIRST_NAME LAST_NAME" | ||
git config --global user.email "[email protected]" | ||
- name: deps | ||
uses: actions/checkout@v2 | ||
|
||
- name: rust stable toolchain | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
profile: minimal | ||
toolchain: stable | ||
override: true | ||
|
||
- name: clippy | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
toolchain: stable | ||
command: clippy | ||
args: -- -D warnings | ||
|
||
- name: build | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
toolchain: stable | ||
command: build | ||
args: --verbose --all | ||
|
||
- name: test | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
toolchain: stable | ||
command: test | ||
args: -- --nocapture | ||
|
||
|
||
- run: cargo clippy -- -D warnings | ||
- run: cargo build --verbose --all | ||
- run: cargo test -- --nocapture |
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,7 +4,7 @@ description = "A tool for effective polyglot, multi-project monorepo development | |
license = "MIT" | ||
homepage = "https://github.com/pnordahl/monorail" | ||
repository = "https://github.com/pnordahl/monorail" | ||
version = "3.5.0" | ||
version = "3.5.1" | ||
authors = ["Patrick Nordahl <[email protected]>"] | ||
edition = "2021" | ||
keywords = ["monorail", "monorepo", "build", "cli", "build-tool"] | ||
|
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
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
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
Oops, something went wrong.