Skip to content

specify the version number of promptml-macros #2

specify the version number of promptml-macros

specify the version number of promptml-macros #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --workspace
- run: cargo test --workspace
- run: cargo clippy --workspace -- -D warnings
- run: cargo doc --workspace --no-deps