Skip to content

Added find integer solution. #153

Added find integer solution.

Added find integer solution. #153

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo clippy --all-targets --all-features
- name: Run tests
run: cargo test --verbose