Skip to content

feat: add all single-letter curl options (with tests) #11

feat: add all single-letter curl options (with tests)

feat: add all single-letter curl options (with tests) #11

Workflow file for this run

name: Test and lint
on: [push]
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test
cargo-clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo clippy