test: add tests for divide_with_q_and_r (#344) #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate and deploy crate docs | |
on: | |
push: | |
branches: | |
- dev | |
paths: | |
- "**.rs" | |
- "Cargo.toml" | |
- "Cargo.lock" | |
workflow_dispatch: | |
jobs: | |
docs: | |
uses: lurk-lab/ci-workflows/.github/workflows/docs.yml@main |