Skip to content

Fix checkpoint update noargs (#33) #111

Fix checkpoint update noargs (#33)

Fix checkpoint update noargs (#33) #111

Workflow file for this run

name: monorail
on:
push:
branches:
- main
pull_request:
branches:
- '*'
env:
CARGO_TERM_COLOR: always
jobs:
monorail:
name: monorail
runs-on: ubuntu-latest
env:
MONORAIL_TEST_DIR : ${{ github.workspace }}/tmp
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 --locked -- -D warnings
- run: cargo build --locked --verbose --all
- run: cargo test --locked -- --nocapture