Skip to content

mimic codebase val() with non-numeric input #16

mimic codebase val() with non-numeric input

mimic codebase val() with non-numeric input #16

Workflow file for this run

name: CI Pipeline
on:
push:
branches: ["master"]
pull_request:
branches: ["**"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- name: test
run: cargo test --all-features
- name: lint
run: cargo clippy -- -D warnings