crazy_train
: Fuzzy cli tests
#3
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
name: Crazy Train - Fuzzy loco cli generator | |
on: | |
pull_request: | |
# on: | |
# schedule: | |
# - cron: 0 * * * * | |
env: | |
RUST_TOOLCHAIN: stable | |
TOOLCHAIN_PROFILE: minimal | |
jobs: | |
generate_template: | |
name: Generate Template | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the code | |
uses: actions/checkout@v4 | |
- uses: dtolnay/rust-toolchain@stable | |
with: | |
toolchain: ${{ env.RUST_TOOLCHAIN }} | |
- run: | | |
cargo install loco-cli | |
cargo xtask fuzzy generate-template --times 10 | |