-
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 autohelp when checkpoint update is run without args * various fixes * add cargo.lock * clippy ci issue * rustflags ci issues
- Loading branch information
Showing
16 changed files
with
1,227 additions
and
153 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 |
---|---|---|
|
@@ -20,11 +20,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
with: | ||
rustflags: "" | ||
- 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]" | ||
- run: cargo clippy -- -D warnings | ||
- run: cargo build --verbose --all | ||
- run: cargo test -- --nocapture | ||
- run: cargo clippy --locked -- -D warnings | ||
- run: cargo build --locked --verbose --all | ||
- run: cargo test --locked -- --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
Oops, something went wrong.