Skip to content

feat: add a glossary of all generated functions, split by module #59

feat: add a glossary of all generated functions, split by module

feat: add a glossary of all generated functions, split by module #59

Workflow file for this run

name: CI
on:
pull_request:
# schedule: [cron: "40 1 * * *"]
permissions:
contents: read
env:
RUSTFLAGS: -Dwarnings
jobs:
test:
runs-on: ubuntu-latest
name: test-stable
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo test
clippy:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests