Skip to content

Merge pull request #96 from compscidr/renovate/reqwest-0.x #262

Merge pull request #96 from compscidr/renovate/reqwest-0.x

Merge pull request #96 from compscidr/renovate/reqwest-0.x #262

on: [push]
jobs:
test:
name: Format and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo fmt --all -- --check && cargo test
build:
name: Build
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release --all-features