Skip to content

Detect and bail from infinite loops when the user doesn't provide enough #63

Detect and bail from infinite loops when the user doesn't provide enough

Detect and bail from infinite loops when the user doesn't provide enough #63

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
- name: Run tests
run: |
cargo test
cargo fmt --check
cargo clippy