Skip to content

improve terminology: predicate -> condition, plus minor example tweaks #8

improve terminology: predicate -> condition, plus minor example tweaks

improve terminology: predicate -> condition, plus minor example tweaks #8

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test