Skip to content

feat: add a new stochastic synonyms layer for randomized text outputs. #54

feat: add a new stochastic synonyms layer for randomized text outputs.

feat: add a new stochastic synonyms layer for randomized text outputs. #54

Workflow file for this run

name: 馃 Cargo Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
cargo-fmt:
name: 馃攳 Rust Tests
runs-on: ubuntu-latest
steps:
- name: 馃摜 Checkout Repository
uses: actions/checkout@v4
- name: 馃И Run Tests
run: cargo test